commit 75e34879866ad4381b040daf096c8c3eb2283fde
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Dec 13 22:32:33 2007 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Thu Dec 13 22:32:33 2007 +0000
Add missing argument to the extraconfig command line parameter.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 986
---
src/m_misc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/m_misc.c b/src/m_misc.c
index 36cc2fbc..3181be5d 100644
--- a/src/m_misc.c
+++ b/src/m_misc.c
@@ -704,6 +704,8 @@ void M_LoadDefaults (void)
printf("saving config in %s\n", doom_defaults.filename);
//!
+ // @arg <file>
+ //
// Load extra configuration from the specified file, instead
// of chocolate-doom.cfg.
//