Fix typo
authorTomas Mlcoch <tmlcoch@redhat.com>
Mon, 5 Aug 2013 05:25:29 +0000 (07:25 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Mon, 5 Aug 2013 05:25:29 +0000 (07:25 +0200)
src/cmd_parser.c

index 090b2cee6ea2f0eaf6bde1928d64f7ffbc79cb4a..e9692b4d367dc91ba40fb12f1444afd5e10f258e 100644 (file)
@@ -132,7 +132,7 @@ struct CmdOptions *parse_arguments(int *argc, char ***argv, GError **err)
     gboolean ret;
     GOptionContext *context;
 
-    assert(!err || *err = NULL);
+    assert(!err || *err == NULL);
 
     context = g_option_context_new("- program that creates a repomd (xml-based"
                                    " rpm metadata) repository from a set of"