diff options
author | planetmaker <planetmaker@openttd.org> | 2014-04-03 10:54:37 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2014-04-03 10:54:37 +0000 |
commit | 9450a28090e82e87fc000ff0a1b60714c296b2dd (patch) | |
tree | ab866240eee32ffbd3e1504a9a3a11e076850f2b /src/widgets | |
parent | de637f900206aba460b0edbad182c121277d601e (diff) | |
download | openttd-9450a28090e82e87fc000ff0a1b60714c296b2dd.tar.xz |
(svn r26442) -Fix [FS#5962] Silence compiler warning by adding newline at end of file
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/story_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/story_widget.h b/src/widgets/story_widget.h index c3f279444..139b6d2d6 100644 --- a/src/widgets/story_widget.h +++ b/src/widgets/story_widget.h @@ -23,4 +23,4 @@ enum StoryBookWidgets { WID_SB_NEXT_PAGE, ///< Next button. }; -#endif /* WIDGETS_STORY_WIDGET_H */
\ No newline at end of file +#endif /* WIDGETS_STORY_WIDGET_H */ |