projects
/
services
/
createrepo_c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a2387e
)
Fix typo
author
Tomas Mlcoch
<tmlcoch@redhat.com>
Mon, 5 Aug 2013 05:25:29 +0000
(07:25 +0200)
committer
Tomas Mlcoch
<tmlcoch@redhat.com>
Mon, 5 Aug 2013 05:25:29 +0000
(07:25 +0200)
src/cmd_parser.c
patch
|
blob
|
history
diff --git
a/src/cmd_parser.c
b/src/cmd_parser.c
index 090b2cee6ea2f0eaf6bde1928d64f7ffbc79cb4a..e9692b4d367dc91ba40fb12f1444afd5e10f258e 100644
(file)
--- a/
src/cmd_parser.c
+++ b/
src/cmd_parser.c
@@
-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"