diff options
-rw-r--r-- | scripts/comp_sql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/comp_sql.c b/scripts/comp_sql.c index 95f89a133c1..e067d0757bf 100644 --- a/scripts/comp_sql.c +++ b/scripts/comp_sql.c @@ -105,7 +105,7 @@ int main(int argc, char *argv[]) fprintf(out,"0x%02x",c); } - fprintf(out,",0x00",c); + fprintf(out,",0x00"); } else { |