marc 97/02/27 19:38:57
Modified: src util.c Log: Missing semicolon. Closes PR#210. Reviewed by: Marc Slemko Submitted by: Steve Barr <[EMAIL PROTECTED]> Revision Changes Path 1.44 +1 -1 apache/src/util.c Index: util.c =================================================================== RCS file: /export/home/cvs/apache/src/util.c,v retrieving revision 1.43 retrieving revision 1.44 diff -C3 -r1.43 -r1.44 *** util.c 1997/02/18 16:27:26 1.43 --- util.c 1997/02/28 03:38:56 1.44 *************** *** 110,116 **** struct tm *t = localtime(&tt); *tz = (int) (t->tm_gmtoff / 60); ! return t } #else struct tm *get_gmtoff(int *tz) { --- 110,116 ---- struct tm *t = localtime(&tt); *tz = (int) (t->tm_gmtoff / 60); ! return t; } #else struct tm *get_gmtoff(int *tz) {