--- libwww/Library/src/HTTrace.c 1996/12/13 22:06:24 2.3 +++ libwww/Library/src/HTTrace.c 1997/01/03 01:03:40 2.4 @@ -3,7 +3,7 @@ ** ** (c) COPYRIGHT MIT 1996. ** Please first read the full copyright statement in the file COPYRIGH. -** @(#) $Id: HTTrace.c,v 2.3 1996/12/13 22:06:24 eric Exp $ +** @(#) $Id: HTTrace.c,v 2.4 1997/01/03 01:03:40 eric Exp $ ** ** 26 Nov 96 (EGP) moved HTTrace stuff here from HTString.c and ** added HTTrace_data @@ -43,7 +43,7 @@ PUBLIC int HTTrace (const char * fmt, .. va_start(pArgs, fmt); if (PHTTraceCallback) return (*PHTTraceCallback)(fmt, pArgs); -#ifdef WWW_WIN_WINDOWS +#ifdef WWW_WIN_WINDOW return (0); #else return (vfprintf(stderr, fmt, pArgs));