(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too

This commit is contained in:
rubidium
2009-03-15 00:32:18 +00:00
parent d72273d1f3
commit b25a4f8231
130 changed files with 1724 additions and 1727 deletions

View File

@@ -14,7 +14,7 @@
#include <signal.h>
#ifdef __MORPHOS__
// The system supplied definition of SIG_DFL is wrong on MorphOS
/* The system supplied definition of SIG_DFL is wrong on MorphOS */
#undef SIG_DFL
#define SIG_DFL (void (*)(int))0
#endif
@@ -76,7 +76,7 @@ static const char *LoadSdlDLL()
return NULL;
}
#endif // DYNAMICALLY_LOADED_SDL
#endif /* DYNAMICALLY_LOADED_SDL */
#ifdef UNIX