]> diplodocus.org Git - nmh/blobdiff - sbr/dtimep.l
Support command issuance and timestamps.
[nmh] / sbr / dtimep.l
index 09a579f9991afcd393e56b45913719c07bd74f28..bd36c64aaf7b459d373f579811a0090cbf67d5cf 100644 (file)
@@ -45,7 +45,7 @@
 
 #define yyterminate() (void)yy_delete_buffer(lexhandle); \
   if(!(tw.tw_flags & TW_SUCC)) { \
-    return (struct tws *)NULL; \
+    return NULL; \
   } \
   if(tw.tw_year < 1970) \
     tw.tw_year += 1900; \