From: Ricardo Cruz Date: Fri, 17 Sep 2004 12:53:24 +0000 (+0000) Subject: Fixed when of the warning that appear to Frank. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7f4c62fff106d5c2ad135f15defce396e12b7319;p=supertux.git Fixed when of the warning that appear to Frank. Couldn't fix the other since I don't know where it is, cause I've changed code in the meanwhile. SVN-Revision: 1939 --- diff --git a/src/statistics.cpp b/src/statistics.cpp index 82ed04ed2..355327595 100644 --- a/src/statistics.cpp +++ b/src/statistics.cpp @@ -41,6 +41,7 @@ stat_name_to_string(int stat_enum) case TIME_NEEDED_STAT: return "time-needed";; } + return ""; } int