From 9450a28090e82e87fc000ff0a1b60714c296b2dd Mon Sep 17 00:00:00 2001 From: planetmaker Date: Thu, 3 Apr 2014 10:54:37 +0000 Subject: [PATCH] (svn r26442) -Fix [FS#5962] Silence compiler warning by adding newline at end of file --- src/widgets/story_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/story_widget.h b/src/widgets/story_widget.h index c3f279444d..139b6d2d6b 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 */