summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Fletcher <john.m.fletcher@bankofamerica.com>2015-07-09 14:59:37 -0400
committerMike Fletcher <john.m.fletcher@bankofamerica.com>2015-07-09 14:59:37 -0400
commitb74379532ddac9b12126641412e8f98bd42f3340 (patch)
tree7d977c7e7c0ad3bd304b853a685f4092af9976bf
parent1e5e0c9fe2bed8d55cc6d113410c0fdea07f5373 (diff)
downloadjq-b74379532ddac9b12126641412e8f98bd42f3340.tar.gz
Fixing missing D in LIBM_DDD_NO macro name
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index 9ffc1db..22dc091 100644
--- a/builtin.c
+++ b/builtin.c
@@ -1233,7 +1233,7 @@ static jv f_current_line(jq_state *jq) {
#define LIBM_DDD(name) \
{(cfunction_ptr)f_ ## name, "_" #name, 3},
-#define LIBM_DD_NO(name)
+#define LIBM_DDD_NO(name)
static const struct cfunction function_list[] = {
#include "libm.h"