]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/generic.qc
s/(void)/()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / generic.qc
index 5412c22b4b8436bc07b36ac2c974a98ab29903b4..9a50894c04116d52427c33abe093a404ff2be72e 100644 (file)
@@ -28,7 +28,7 @@
 // =========================================================
 
 // used by generic commands for better help/usage information
-string GetProgramCommandPrefix(void)
+string GetProgramCommandPrefix()
 {
        #ifdef SVQC
        return "sv_cmd";