Missed a spot again

This commit is contained in:
Pietro Gagliardi 2019-05-30 01:18:20 -04:00
parent ab5b3076ed
commit b0e890ca1d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ bool uiprivSysInit(void *options, uiInitError *err)
GError *gerr = NULL;
if (gtk_init_with_args(NULL, NULL, NULL, NULL, NULL, &gerr) == FALSE) {
uiprivReturnErrorf(err, "%s", gerr->message);
uiprivInitReturnErrorf(err, "%s", gerr->message);
g_error_free(gerr);
return false;
}