Skip to content

Commit

Permalink
Merge pull request #3382 from NormB/patch-1
Browse files Browse the repository at this point in the history
Correct syntax
  • Loading branch information
liviuchircu committed Apr 29, 2024
2 parents faeb932 + 163f2fe commit 812a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sqlops/sqlops.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static const cmd_export_t cmds[] = {
{0, 0, 0}},
ALL_ROUTES},

{"sql_selec_one", (cmd_function)w_sql_select_one, {
{"sql_select_one", (cmd_function)w_sql_select_one, {
{CMD_PARAM_STR|CMD_PARAM_OPT, 0, 0}, /* columns */
{CMD_PARAM_STR|CMD_PARAM_OPT, 0, 0}, /* table */
{CMD_PARAM_STR, 0, 0}, /* filter */
Expand Down

0 comments on commit 812a396

Please sign in to comment.