Fix whitespace
This commit is contained in:
parent
9d2b9ee61d
commit
2d30b72498
1 changed files with 21 additions and 21 deletions
2
config.c
2
config.c
|
@ -117,7 +117,7 @@ STATUS read_configuration_file(TALLOC_CTX *mem_ctx)
|
|||
conf->keyfile = g_key_file_new ();
|
||||
|
||||
if (!g_key_file_load_from_file (conf->keyfile, CONFIGFILE, 0, &error)) {
|
||||
g_error (error->message);
|
||||
g_error ("%s", error->message);
|
||||
g_error_free(error);
|
||||
return ST_CONFIGURATION_ERROR;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue