src/win32.cpp
branchnoai
changeset 10645 8cbdb511a674
parent 10513 33cb70ff2f5d
child 10776 07203fc29812
--- a/src/win32.cpp	Mon May 19 14:14:33 2008 +0000
+++ b/src/win32.cpp	Mon May 19 15:13:58 2008 +0000
@@ -61,7 +61,7 @@
 		for (;;) {
 			FARPROC p;
 
-			while (*dll++ != '\0');
+			while (*dll++ != '\0') { /* Nothing */ }
 			if (*dll == '\0') break;
 #if defined(WINCE)
 			p = GetProcAddress(lib, MB_TO_WIDE(dll));
@@ -796,7 +796,7 @@
 		fios->mtime = 0;
 		snprintf(fios->name, lengthof(fios->name),  "%c:", s[0] & 0xFF);
 		ttd_strlcpy(fios->title, fios->name, lengthof(fios->title));
-		while (*s++ != '\0');
+		while (*s++ != '\0') { /* Nothing */ }
 	}
 #endif
 }