From 7a5e4221a6ef075ad65de606142c3096c8409d95 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 18 Dec 2010 03:24:54 -0500 Subject: [PATCH] Fixed compiler warning. --- platform.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform.h b/platform.h index 1b60923..7093bc8 100644 --- a/platform.h +++ b/platform.h @@ -298,6 +298,10 @@ char *MojoPlatform_locale(void); // Caller must free() the returned pointer! char *MojoPlatform_osType(void); +// !!! FIXME: document me. +// Caller must free() the returned pointer! +char *MojoPlatform_osMachine(void); + // !!! FIXME: document me. // Caller must free() the returned pointer! char *MojoPlatform_osVersion(void);