diff options
author | Simon Howard | 2011-09-25 19:54:35 +0000 |
---|---|---|
committer | Simon Howard | 2011-09-25 19:54:35 +0000 |
commit | 4fcf93139150e085c4d465e7c30e7895b759e19a (patch) | |
tree | c9b00469b9275e462c91dff6e840ff3ae44bd33e /src/heretic | |
parent | 5efd8b3ab36302b05618821454d483ac69bb8569 (diff) | |
download | chocolate-doom-4fcf93139150e085c4d465e7c30e7895b759e19a.tar.gz chocolate-doom-4fcf93139150e085c4d465e7c30e7895b759e19a.tar.bz2 chocolate-doom-4fcf93139150e085c4d465e7c30e7895b759e19a.zip |
Fix warning message when loading a HHE patch with the wrong version.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2404
Diffstat (limited to 'src/heretic')
-rw-r--r-- | src/heretic/deh_htic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |