From 4fcf93139150e085c4d465e7c30e7895b759e19a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 25 Sep 2011 19:54:35 +0000 Subject: Fix warning message when loading a HHE patch with the wrong version. Subversion-branch: /branches/v2-branch Subversion-revision: 2404 --- src/heretic/deh_htic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heretic/deh_htic.c b/src/heretic/deh_htic.c index 440fde96..e4e91082 100644 --- a/src/heretic/deh_htic.c +++ b/src/heretic/deh_htic.c @@ -174,7 +174,7 @@ void DEH_SuggestHereticVersion(deh_hhe_version_t version) fprintf(stderr, "\n" "This patch may be for version %s. You are currently running in\n" - "Heretic %s mode. For %s mode, this mode, add this to your command line:\n" + "Heretic %s mode. For %s mode, add this to your command line:\n" "\n" "\t-hhever %s\n" "\n", -- cgit v1.2.3