diff options
author | miguel@hegel.txg <> | 2004-06-18 01:42:28 -0300 |
---|---|---|
committer | miguel@hegel.txg <> | 2004-06-18 01:42:28 -0300 |
commit | ba4f2c73feba543585b340da1c5a38d47554c2d7 (patch) | |
tree | 39533560eb699ae6e09325231cd676beedb1d292 /extra/perror.c | |
parent | 8ff57ee4697c89f411d896cc87027b1381d8c2ee (diff) | |
download | mariadb-git-ba4f2c73feba543585b340da1c5a38d47554c2d7.tar.gz |
Fix for bug #4182
Diffstat (limited to 'extra/perror.c')
-rw-r--r-- | extra/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c index b4405fdc5dd..b4aeaf00671 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -233,7 +233,7 @@ int main(int argc,char *argv[]) else { if (verbose) - printf("MySql error: %3d = %s\n",code,msg); + printf("MySQL error: %3d = %s\n",code,msg); else puts(msg); } |