Skip to content

Commit

Permalink
Cleanup function definition string
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored and cglzaguilar committed Feb 7, 2019
1 parent a9e9d09 commit ddb981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/io/FileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ DEFINE_VIREO_BEGIN(FileSystem)
#endif
//--------
#if kVireoOS_emscripten
DEFINE_VIREO_FUNCTION(SystemLogging_WriteMessageUTF8, "p(i(.String) i(.String) i(.String) i(.Int32) io(" ERROR_CLUST_TYPE_STRING "))")
DEFINE_VIREO_FUNCTION(SystemLogging_WriteMessageUTF8, "p(i(.String) i(.String) i(.String) i(.Int32) io(ErrorCluster))")
#endif
//--------
#ifdef VIREO_FILESYSTEM
Expand Down

0 comments on commit ddb981e

Please sign in to comment.