Skip to content
Snippets Groups Projects
Commit 1553bf8e authored by Isaac Huang's avatar Isaac Huang
Browse files

- fixed a compiler warning.

parent 8185aec4
No related branches found
No related tags found
No related merge requests found
......@@ -2911,7 +2911,7 @@ out:
return rc;
}
command_t lst_cmdlist[] = {
static command_t lst_cmdlist[] = {
{"new_session", jt_lst_new_session, NULL,
"Usage: lst new_session [--timeout TIME] [--force] [NAME]" },
{"end_session", jt_lst_end_session, NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment