diff options
author | celestar <celestar@openttd.org> | 2005-07-15 16:50:39 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-07-15 16:50:39 +0000 |
commit | ab51051fcf3073a6fee91c50f4a95aa482f3aa2a (patch) | |
tree | 60b3bb5759eac5f3fee16a05ad3254bdf57abd5f | |
parent | 20e60e5411d484f5d9f91820facb8e19f14a109a (diff) | |
download | openttd-ab51051fcf3073a6fee91c50f4a95aa482f3aa2a.tar.xz |
(svn r2576) -Fix: Whitespace. Somehow a commit bypassed the pre-commit hook
-rw-r--r-- | debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ typedef struct DebugLevel { DEBUG_LEVEL(pbs), #ifdef GPMI DEBUG_LEVEL(gpmi), -#endif +#endif DEBUG_LEVEL(npf) }; #undef DEBUG_LEVEL |