Skip to content

Commit

Permalink
Fixed compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 18, 2010
1 parent 4febe68 commit 7a5e422
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform.h
Expand Up @@ -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);
Expand Down

0 comments on commit 7a5e422

Please sign in to comment.