diff options
-rw-r--r-- | src/TMparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TMparse.c b/src/TMparse.c index d233644..5594cad 100644 --- a/src/TMparse.c +++ b/src/TMparse.c @@ -372,8 +372,8 @@ static EventKey events[] = { #ifdef DEBUG # ifdef notdef {"Timer", NULLQUARK, _XtTimerEventType,ParseNone, NULL}, -# endif /* notdef */ {"EventTimer", NULLQUARK, _XtEventTimerEventType,ParseNone,NULL}, +# endif /* notdef */ #endif /* DEBUG */ /* Event Name, Quark, Event Type, Detail Parser, Closure */ |