Removed extra 0 arg
git-svn-id: svn://10.0.0.236/trunk@81893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user