Skip to content

Commit

Permalink
Removed a semicolon from a #define
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 24, 2009
1 parent 4af5a06 commit 4251910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_internal.h
Expand Up @@ -60,7 +60,7 @@
#ifdef _WINDOWS
#define ENDLINE_STR "\r\n"
#else
#define ENDLINE_STR "\n";
#define ENDLINE_STR "\n"
#endif

typedef unsigned int uint; // this is a printf() helper. don't use for code.
Expand Down

0 comments on commit 4251910

Please sign in to comment.