diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 16:07:09 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 16:07:09 +0100 |
commit | 3e46f488e5034da1557b2d6c18442dd9fdb40138 (patch) | |
tree | 8b32086a0dd6808f86abe075bfa2cdc8a4f3ce96 /scripts | |
parent | ed3cf5f85718287b75c6df56feadd34b86085fa1 (diff) | |
parent | 5d843fc70278921c40360ef70a8950f38b02a225 (diff) | |
download | mariadb-git-3e46f488e5034da1557b2d6c18442dd9fdb40138.tar.gz |
merge
Diffstat (limited to 'scripts')
-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 { |