]> 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)
committerRudolf Polzer <divVerent@alientrap.org>
Fri, 20 Aug 2010 12:14:09 +0000 (14:14 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10387 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=05b2bea177017a0e9f6a03609e9f9521e2e2941f

fs.c

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