fix my personal build bustage on the mac. (I #define DEBUG_sspitzer in NGLayoutConfigInclude.h)

This commit is contained in:
sspitzer%netscape.com 1999-05-12 23:59:09 +00:00
parent 56bf2a3ae4
commit 6363521303

View File

@ -384,7 +384,7 @@ nsresult nsNntpService::GetNewNews(nsIUrlListener * aUrlListener,
return NS_ERROR_NULL_POINTER;
}
#if DEBUG_sspitzer
#ifdef DEBUG_sspitzer
printf("nsNntpService::GetNewNews(%s)\n", uri);
#endif