summaryrefslogtreecommitdiff
path: root/src/news_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/news_gui.h')
-rw-r--r--src/news_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/news_gui.h b/src/news_gui.h
index 0f42c68c6..569a8b8a7 100644
--- a/src/news_gui.h
+++ b/src/news_gui.h
@@ -17,6 +17,6 @@
void ShowLastNewsMessage();
void ShowMessageHistory();
-extern NewsItem *_oldest_news;
+extern NewsItem *_latest_news;
#endif /* NEWS_GUI_H */