Fix whitespace

This commit is contained in:
Wilco Baan Hofman 2016-11-28 10:12:56 +01:00
parent 9d2b9ee61d
commit 2d30b72498

View file

@ -117,7 +117,7 @@ STATUS read_configuration_file(TALLOC_CTX *mem_ctx)
conf->keyfile = g_key_file_new (); conf->keyfile = g_key_file_new ();
if (!g_key_file_load_from_file (conf->keyfile, CONFIGFILE, 0, &error)) { 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); g_error_free(error);
return ST_CONFIGURATION_ERROR; return ST_CONFIGURATION_ERROR;
} }