]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a warning
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 12 Aug 2010 12:00:54 +0000 (12:00 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 12 Aug 2010 12:00:54 +0000 (12:00 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10387 d7cf8633-e32d-0410-b094-e92efae38249

fs.c

diff --git a/fs.c b/fs.c
index a5834035e67841f96694caacf7c2fb26b3421000..a5281f584be580bb33e8073bfdc906094730c974 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -1377,6 +1377,8 @@ void FS_Rescan (void)
                else
                        Con_Print("Playing shareware version.\n");
                break;
                else
                        Con_Print("Playing shareware version.\n");
                break;
+       default:
+               break;
        }
 
        // unload all wads so that future queries will return the new data
        }
 
        // unload all wads so that future queries will return the new data