Skip to content
Snippets Groups Projects
Commit 2eee2eb0 authored by Simon McVittie's avatar Simon McVittie
Browse files

Fix a compiler warning

parent d1ae3f2e
No related branches found
No related tags found
No related merge requests found
...@@ -1612,7 +1612,7 @@ int ...@@ -1612,7 +1612,7 @@ int
main (int argc, main (int argc,
char *argv[]) char *argv[])
{ {
g_autoptr(GOptionContext) context; g_autoptr(GOptionContext) context = NULL;
g_autoptr(GError) local_error = NULL; g_autoptr(GError) local_error = NULL;
GError **error = &local_error; GError **error = &local_error;
int ret = 2; int ret = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment