1
0
Fork 0
forked from Miroirs/x49gp
This commit is contained in:
Gwenhael Le Moine 2024-11-13 18:48:34 +01:00
parent c804d0e05b
commit 54a9d2873f
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -108,7 +108,7 @@ static void print_config( void )
fprintf( stdout, "verbose = %s\n", opt.verbose ? "true" : "false" );
fprintf( stdout, "--- End of saturnng configuration ----------------------------------------------\n" );
fprintf( stdout, "--- End of x49gpng configuration -----------------------------------------------\n" );
}
void config_init( char* progname, int argc, char* argv[] )