diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 16:08:26 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-03-11 16:08:26 +0100 |
commit | c7598614800fa20419a72e6101884814fecaf91d (patch) | |
tree | 40b2fd24448a4cc5db81a7d36bf610ff32b944be /scripts | |
parent | 6c75d0a7d83026140b1623d5114f75e986df0a1a (diff) | |
parent | 3e46f488e5034da1557b2d6c18442dd9fdb40138 (diff) | |
download | mariadb-git-c7598614800fa20419a72e6101884814fecaf91d.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 { |