diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2006-07-17 08:35:47 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2006-07-17 08:35:47 +0000 |
| commit | c3759b3a3f3937321c2d00b5f26ec4ab076f2883 (patch) | |
| tree | 197f0e3ddbd6749680e5f78e9e242872cb4e87ae /usr.sbin/ngctl/debug.c | |
| parent | cabdf61c754c4c0e6edeb76904179b483e463105 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ngctl/debug.c')
| -rw-r--r-- | usr.sbin/ngctl/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/debug.c b/usr.sbin/ngctl/debug.c index 491bfb41378d..d64e32d7f4cf 100644 --- a/usr.sbin/ngctl/debug.c +++ b/usr.sbin/ngctl/debug.c @@ -54,7 +54,7 @@ const struct ngcmd debug_cmd = { " debugging verbosity level. If the argument is ``+'' or ``-''" " the debug level is incremented or decremented; otherwise," " it must be an absolute numerical level.", - {} + { NULL } }; static int |
