]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/surface_extra.c
tools: reduce diff noise
[xonotic/netradiant.git] / tools / quake3 / q3map2 / surface_extra.c
index f184a00585f8b4257cc43737214347e77ed07457..93ee30ecfda37e93651f98fb651a11ffc9dd33bd 100644 (file)
@@ -337,7 +337,7 @@ void LoadSurfaceExtraFile( const char *surfaceFilePath ){
        }
 
        /* parse the file */
-       ParseFromMemory( (char *) buffer, size );
+       ParseFromMemory( (char*) buffer, size );
 
        /* tokenize it */
        while ( 1 )