summaryrefslogtreecommitdiff
path: root/src/news_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/news_type.h')
-rw-r--r--src/news_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/news_type.h b/src/news_type.h
index d3c668e04..0d7466cef 100644
--- a/src/news_type.h
+++ b/src/news_type.h
@@ -80,7 +80,7 @@ enum NewsReferenceType {
NR_STATION, ///< Reference station. Scroll to station when clicking on the news. Delete news when station is deleted.
NR_INDUSTRY, ///< Reference industry. Scroll to industry when clicking on the news. Delete news when industry is deleted.
NR_TOWN, ///< Reference town. Scroll to town when clicking on the news.
- NR_ENGINE ///< Reference engine.
+ NR_ENGINE, ///< Reference engine.
};
/**