X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96a2a03a1473522669e8848959c3aa380cf3d4eb..ea1fadd88568e97c6891da8ebe09d02515282e66:/sbr/dtimep.l diff --git a/sbr/dtimep.l b/sbr/dtimep.l index 09a579f9..bd36c64a 100644 --- a/sbr/dtimep.l +++ b/sbr/dtimep.l @@ -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; \