src/debug.cpp
changeset 6248 e4a2ed7e5613
parent 6247 7d81e3a5d803
child 7405 2fd57f130eca
--- a/src/debug.cpp	Wed Mar 07 11:47:46 2007 +0000
+++ b/src/debug.cpp	Wed Mar 07 12:11:48 2007 +0000
@@ -33,10 +33,10 @@
 int _debug_station_level;
 
 
-typedef struct DebugLevel {
+struct DebugLevel {
 	const char *name;
 	int *level;
-} DebugLevel;
+};
 
 #define DEBUG_LEVEL(x) { #x, &_debug_##x##_level }
 	static const DebugLevel debug_level[] = {