X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96a2a03a1473522669e8848959c3aa380cf3d4eb..0f654f924e450f12fda24775cd51cdcc2b41b516:/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; \