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
Родитель 60c9280b2e
Коммит 7894b99cb4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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