Skip to content
Snippets Groups Projects
Commit 8cafd006 authored by rswindell's avatar rswindell
Browse files

Missing semicolon in last commit.

parent bd143414
No related branches found
No related tags found
No related merge requests found
......@@ -641,7 +641,7 @@ int choose_server(char **opts)
"\nToDo: Add help.";
uifc.savnum++;
i=uifc.list(WIN_MID|WIN_ACT|WIN_SAV,0,0,0,&srvr_dflt,0
,"Select Server",opts)
,"Select Server",opts);
uifc.savnum--;
return(i);
......
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