summaryrefslogtreecommitdiff
path: root/cmd/lib/pk11table.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/lib/pk11table.c')
-rw-r--r--cmd/lib/pk11table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/lib/pk11table.c b/cmd/lib/pk11table.c
index f7a45fa84..06f759139 100644
--- a/cmd/lib/pk11table.c
+++ b/cmd/lib/pk11table.c
@@ -52,11 +52,11 @@ const int constTypeCount = sizeof(_constTypeString) / sizeof(_constTypeString[0]
#define mkEntry(x, t) \
{ \
- #x, x, Const##t, ConstNone \
+#x, x, Const##t, ConstNone \
}
#define mkEntry2(x, t, t2) \
{ \
- #x, x, Const##t, Const##t2 \
+#x, x, Const##t, Const##t2 \
}
const Constant _consts[] = {