From 6ba9235c9bdaa30f1182abd6b8144dc33b5e6786 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 11 Nov 2023 12:09:40 -0500 Subject: [PATCH] Update main.c typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index ef8b2213..92c652d6 100644 --- a/main.c +++ b/main.c @@ -298,7 +298,7 @@ int main(int argc, char * argv[]) { } */ config_file = fopen("sim.cfg", "w"); - fprintf(config_file, "%s %d %8.4f %8.4f %s %d", call, reset_count, lat_file, long_file, sim_yes,, squelch); + fprintf(config_file, "%s %d %8.4f %8.4f %s %d", call, reset_count, lat_file, long_file, sim_yes, squelch); // fprintf(config_file, "%s %d", call, reset_count); fclose(config_file); config_file = fopen("sim.cfg", "r");