summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2005-04-03 19:39:06 +0000
committerpixel <pixel>2005-04-03 19:39:06 +0000
commitd2977995ac37d8a2283a871aa0b3f04293d387c2 (patch)
tree3c6feaaa1cf4564d61de183da711602a2488e888
parent8e81300840d2f0369e65322a283bb1c33868047a (diff)
Fixing that damn "multi line" bug.
-rw-r--r--lib/base.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base.cc b/lib/base.cc
index 13d6052..85606c6 100644
--- a/lib/base.cc
+++ b/lib/base.cc
@@ -17,14 +17,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: base.cc,v 1.14 2004-11-27 21:48:03 pixel Exp $ */
+/* $Id: base.cc,v 1.15 2005-04-03 19:39:06 pixel Exp $ */
#include <stdio.h>
#include <SDL.h>
#include "base.h"
#include "engine.h"
#include "generic.h"
-#ifdef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gettext.h"