mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
fix my personal build bustage on the mac. (I #define DEBUG_sspitzer in NGLayoutConfigInclude.h)
This commit is contained in:
parent
56bf2a3ae4
commit
6363521303
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user