diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 16:06:35 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 16:06:35 +0100 |
commit | 5d843fc70278921c40360ef70a8950f38b02a225 (patch) | |
tree | 8b32086a0dd6808f86abe075bfa2cdc8a4f3ce96 /scripts/comp_sql.c | |
parent | 830fc03390c7229b6c411e8a2680ae4ed44e9dc6 (diff) | |
download | mariadb-git-5d843fc70278921c40360ef70a8950f38b02a225.tar.gz |
fix warning
Diffstat (limited to 'scripts/comp_sql.c')
-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 { |