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

Cosmetic change.

parent d3371ecf
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ void read_echo_cfg()
/****** READ IN SBBSECHO.CFG FILE *******/
printf("\n\nReading %s\n",cfg.cfgfile);
printf("\nReading %s\n",cfg.cfgfile);
if((stream=fnopen(&file,cfg.cfgfile,O_RDONLY))==NULL) {
printf("Unable to open %s for read.\n",cfg.cfgfile);
exit(1); }
......
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