summaryrefslogtreecommitdiff
path: root/src/misc/dbg_helpers.cpp
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2007-06-30 00:17:07 +0000
committerKUDr <kudr@openttd.org>2007-06-30 00:17:07 +0000
commitf9cac3c71b8d545c92658055807398b4b3455f75 (patch)
treec7ee115033e7d0c32ea3c4ce97505fd579082cc3 /src/misc/dbg_helpers.cpp
parentcbbee4da48034a07a53b40478a8eab9dfa352370 (diff)
downloadopenttd-f9cac3c71b8d545c92658055807398b4b3455f75.tar.xz
(svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison warnings
Diffstat (limited to 'src/misc/dbg_helpers.cpp')
-rw-r--r--src/misc/dbg_helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp
index 3dc7f91d4..561de50f3 100644
--- a/src/misc/dbg_helpers.cpp
+++ b/src/misc/dbg_helpers.cpp
@@ -1,4 +1,4 @@
-/* $Id:$ */
+/* $Id$ */
/** @file dbg_helpers.cpp */
#include "../stdafx.h"