Skip to content
Snippets Groups Projects
Commit 41bcbd99 authored by rswindell's avatar rswindell
Browse files

Fixed missing braces from Deuce's commit causing funky HTML output

(sbbslist.html).
parent cb7184e9
No related branches found
No related tags found
No related merge requests found
......@@ -812,7 +812,7 @@ int main(int argc, char **argv)
, verified ? "</B>":""
,i ? " BGCOLOR=\"#EEEEEE\"":""
,fontstr,verify_result);
} else
} else {
fprintf(syncterm,"[%s (%s)]\nConnectionType=Modem\nAddress=1-%s\n\n"
,bbs.name
,bbs.number[i].modem.number
......@@ -827,6 +827,7 @@ int main(int argc, char **argv)
,fontstr,bbs.number[i].modem.number
,i ? " BGCOLOR=\"#EEEEEE\"":""
,fontstr,"N/A");
}
} /* for(numbers) */
#if VERIFY
if(verified) {
......
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