main: fix tab -> spaces

Michael
This commit is contained in:
Michael Adam 2009-12-06 01:36:41 +01:00
parent 073233b9f1
commit c853cec164

View File

@ -330,7 +330,7 @@ main (int argc, char **argv)
log_message (LOG_INFO, "Initializing " PACKAGE " ...");
ret = load_config_file(config.config_file, &config);
ret = load_config_file(config.config_file, &config);
if (ret != 0) {
exit (EX_SOFTWARE);
}