]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
set stack size to 8 MB explicitly, should fix light compile crash on OS X
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index d7d77538ac23329bf24478b658ad4a2479a57188..213a975bfde537da6eb0deaf287c526bba3d2e09 100644 (file)
@@ -1579,7 +1579,7 @@ int main( int argc, char **argv )
                        argv[ i ] = NULL;
                }
        }
-       
+
        /* init model library */
        PicoInit();
        PicoSetMallocFunc( safe_malloc );