Browse code

Prettify printing of bytecode arguments

Jonas Zaddach authored on 2018/12/19 23:42:42
Showing 1 changed files
... ...
@@ -3220,7 +3220,7 @@ void cli_bytevalue_describe(const struct cli_bc *bc, unsigned funcid)
3220 3220
         printf("%3u [%3u]: ", i, total++);
3221 3221
         cli_bytetype_helper(bc, func->types[i]);
3222 3222
         if (i < func->numArgs)
3223
-            printf("argument");
3223
+            printf(" argument");
3224 3224
         printf("\n");
3225 3225
     }
3226 3226
     printf("------------------------------------------------------------------------\n");