summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-01-19 02:24:02 +0200
committerunknown <monty@mashka.mysql.fi>2003-01-19 02:24:02 +0200
commit388e7f94cf531e290d75f3f111c241449a679caa (patch)
treed66141b0c370ad1bf28fbb1d21cac15de7524ff5 /tests
parent663e79c44b8216d3c8254f8d9a2670e8a754a14d (diff)
downloadmariadb-git-388e7f94cf531e290d75f3f111c241449a679caa.tar.gz
Removed compiler warnings
cmd-line-utils/libedit/chared.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/common.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/el.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/emacs.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/fgetln.c: Removed RCSID to get rid of compiler warnings Removed compiler warning cmd-line-utils/libedit/hist.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/history.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/key.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/map.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/parse.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/prompt.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/read.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/readline.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/refresh.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/search.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/sig.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/term.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/tokenizer.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/tty.c: Removed RCSID to get rid of compiler warnings cmd-line-utils/libedit/vi.c: Removed RCSID to get rid of compiler warnings mysys/Makefile.am: Remove library dependency for charset2html to get correct makefile tests/client_test.c: Indentation change
Diffstat (limited to 'tests')
-rw-r--r--tests/client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client_test.c b/tests/client_test.c
index 6f7473cf4b5..44205d04561 100644
--- a/tests/client_test.c
+++ b/tests/client_test.c
@@ -163,7 +163,7 @@ static void client_connect()
char buff[255];
myheader("client_connect");
- if(!(mysql = mysql_init(NULL)))
+ if (!(mysql = mysql_init(NULL)))
{
myerror("mysql_init() failed");
exit(0);