From 91aacdfc510d18643c50e8f7f0212b261e9412c7 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 8 Nov 2018 20:13:59 +0000 Subject: [PATCH] Fix bug (typo) in previous commit of this file. Whoops! C is a funny language some times. --- src/sbbs3/execfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/execfile.cpp b/src/sbbs3/execfile.cpp index 45231de238..caa6e22124 100644 --- a/src/sbbs3/execfile.cpp +++ b/src/sbbs3/execfile.cpp @@ -195,7 +195,7 @@ int sbbs_t::exec_file(csi_t *csi) case CS_FILE_SHOW_LIBRARIES: if(!usrlibs) return(0); - if(menu("libs"), P_NOERROR) { + if(menu("libs", P_NOERROR)) { return(0); } bputs(text[LibLstHdr]); -- GitLab