summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <jcole@mugatu.spaceapes.com>2002-09-14 11:26:40 -0500
committerunknown <jcole@mugatu.spaceapes.com>2002-09-14 11:26:40 -0500
commit4240a7f13da55a1051e5685d56188e26032c1781 (patch)
tree2c78c15da0f49b2a5197f7e7447a6cccee27c9bb /client
parent63bdec30bf2b2ec5758f63ccb1198edeceeab7f2 (diff)
downloadmariadb-git-4240a7f13da55a1051e5685d56188e26032c1781.tar.gz
mysqlbinlog.cc:
a few changes to test resolving client/mysqlbinlog.cc: a few changes to test resolving
Diffstat (limited to 'client')
-rw-r--r--client/mysqlbinlog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index 2ef7a7ba622..0b7add434c9 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 MySQL AB
+/* Copyright (C) 2001 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ static FILE *result_file;
static const char* default_dbug_option = "d:t:o,/tmp/mysqlbinlog.trace";
#endif
-void sql_print_error(const char *format,...);
+void sql_print_error(const char *format, ...);
static bool one_database = 0;
static const char* database;