summaryrefslogtreecommitdiffstats
path: root/misc-utils/whereis.c
diff options
context:
space:
mode:
authorKarel Zak2014-10-24 11:19:23 +0200
committerKarel Zak2014-10-24 11:19:23 +0200
commit819d9a2975de6869f2ae12d551881bb9b732f2e4 (patch)
tree1d5654e1f126472594479359f13cbf77c1720e45 /misc-utils/whereis.c
parentblkid: remove extra trailing spaces in output (diff)
downloadkernel-qcow2-util-linux-819d9a2975de6869f2ae12d551881bb9b732f2e4.tar.gz
kernel-qcow2-util-linux-819d9a2975de6869f2ae12d551881bb9b732f2e4.tar.xz
kernel-qcow2-util-linux-819d9a2975de6869f2ae12d551881bb9b732f2e4.zip
include/debug: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/whereis.c')
-rw-r--r--misc-utils/whereis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c
index 944e83bf0..5ae6de1e5 100644
--- a/misc-utils/whereis.c
+++ b/misc-utils/whereis.c
@@ -58,7 +58,7 @@
#include "debug.h"
UL_DEBUG_DEFINE_MASK(whereis);
-UL_DEBUG_DEFINE_MASKANEMS(whereis) = UL_DEBUG_EMPTY_MASKNAMES;
+UL_DEBUG_DEFINE_MASKNAMES(whereis) = UL_DEBUG_EMPTY_MASKNAMES;
#define WHEREIS_DEBUG_INIT (1 << 1)
#define WHEREIS_DEBUG_PATH (1 << 2)