]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/facebsp.c
Fixing a Sys_Printf() in main() for "q3map2 -convert". The usage message was
[xonotic/netradiant.git] / tools / quake3 / q3map2 / facebsp.c
index 484a7489280c288356eb0de123ef45a328d42de7..270eefe280014c415b15031a73ed1b331834a0f9 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/* -------------------------------------------------------------------------------
+
 Copyright (C) 1999-2007 id Software, Inc. and contributors.
 For a list of contributors, see the accompanying CONTRIBUTORS file.
 
@@ -179,7 +180,7 @@ int CountFaceList( face_t *list )
        
 
        c = 0;
-       for( list; list != NULL; list = list->next )
+       for( ; list != NULL; list = list->next )
                c++;
        return c;
 }