summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libopkg/libopkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/libopkg.c b/libopkg/libopkg.c
index 4ed4462..d86be9e 100644
--- a/libopkg/libopkg.c
+++ b/libopkg/libopkg.c
@@ -73,7 +73,7 @@ opkg_op (int argc, char *argv[])
conf->pfm = cmd->pfm;
- if(opkg_conf_init())
+ if (opkg_conf_init())
goto err0;
if (!nocheckfordirorfile) {