Skip to content

Commit

Permalink
Correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
NormB committed Apr 29, 2024
1 parent faeb932 commit 163f2fe
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 163f2fe

Please sign in to comment.