Removed extra 0 arg

git-svn-id: svn://10.0.0.236/trunk@81893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-10-27 23:21:30 +00:00
parent 0f79801669
commit b725c37ce9
34 changed files with 604 additions and 32 deletions

View File

@@ -46,7 +46,7 @@
#include "strings.h"
#include "nslog.h"
NS_IMPL_LOG(npshellLog, 0)
NS_IMPL_LOG(npshellLog)
#define PRINTF NS_LOG_PRINTF(npshellLog)
#define FLUSH NS_LOG_FLUSH(npshellLog)

View File

@@ -42,7 +42,7 @@
#include "npupp.h"
#include "nslog.h"
NS_IMPL_LOG(npunixLog, 0)
NS_IMPL_LOG(npunixLog)
#define PRINTF NS_LOG_PRINTF(npunixLog)
#define FLUSH NS_LOG_FLUSH(npunixLog)