Skip to content
Snippets Groups Projects
Commit 91aacdfc authored by rswindell's avatar rswindell
Browse files

Fix bug (typo) in previous commit of this file. Whoops! C is a funny language

some times.
parent 182c4f32
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ int sbbs_t::exec_file(csi_t *csi) ...@@ -195,7 +195,7 @@ int sbbs_t::exec_file(csi_t *csi)
case CS_FILE_SHOW_LIBRARIES: case CS_FILE_SHOW_LIBRARIES:
if(!usrlibs) return(0); if(!usrlibs) return(0);
if(menu("libs"), P_NOERROR) { if(menu("libs", P_NOERROR)) {
return(0); return(0);
} }
bputs(text[LibLstHdr]); bputs(text[LibLstHdr]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment