diff options
-rw-r--r-- | src/story_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/story_gui.cpp b/src/story_gui.cpp index 1e0bc09da..df1a04975 100644 --- a/src/story_gui.cpp +++ b/src/story_gui.cpp @@ -332,6 +332,7 @@ protected: default: NOT_REACHED(); } + return 0; } /** |