X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcqlutil.c;h=43e499b2f3cf8a88cbe8f480cfa1e590412c85c1;hp=5e94a6081d83533d533e20666be0cf9ecd3a244d;hb=7dfff1f7b79d8a3cf5f5ed62c71f6e4c2a616072;hpb=ea44785920112e329fbc94c2e70758e6378eb775 diff --git a/src/cqlutil.c b/src/cqlutil.c index 5e94a60..43e499b 100644 --- a/src/cqlutil.c +++ b/src/cqlutil.c @@ -21,7 +21,7 @@ void cql_fputs(const char *buf, void *client_data) fputs(buf, f); } -struct cql_node *cql_node_dup (NMEM nmem, struct cql_node *cp) +struct cql_node *cql_node_dup(NMEM nmem, struct cql_node *cp) { struct cql_node *cn = 0;