banish all c++-style comments

This commit is contained in:
Ryan Pavlik
2011-09-14 09:42:00 -05:00
parent 9763c37525
commit adbc96318b
25 changed files with 81 additions and 81 deletions

View File

@@ -40,7 +40,7 @@ void wiiuse_millisleep(int durationMilliseconds) {
#else /* not win32 - assuming posix */
#include <unistd.h> // for usleep
#include <unistd.h> /* for usleep */
void wiiuse_millisleep(int durationMilliseconds) {
usleep(durationMilliseconds * 1000);