coverity: Fix coverity issue
[platform/core/system/tizen-platform-config.git] / src / toolbox.c
index 607247b..4db0e9a 100644 (file)
@@ -389,7 +389,7 @@ static int putcb(struct parsing *parsing,
                conferr("line %d: reserved variable name '%.*s'\n"
                                "..: %.*s\n..: %*s\n",
                                   here.lino, (int)lname, name,
-                                  here.lino, (int)here.length, here.begin, here.colno, "^");
+                                  (int)here.length, here.begin, here.colno, "^");
 
                errcount++;
                dependant = 0;