mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
fix comments for mysql from Dmitry Nikitin
This commit is contained in:
@@ -835,13 +835,13 @@ mdb_print_schema(MdbHandle *mdb, FILE *outfile, char *tabname, char *namespace,
|
|||||||
|
|
||||||
/* Print out a little message to show that this came from mdb-tools.
|
/* Print out a little message to show that this came from mdb-tools.
|
||||||
I like to know how something is generated. DW */
|
I like to know how something is generated. DW */
|
||||||
fputs("-------------------------------------------------------------\n"
|
fputs("-- ----------------------------------------------------------\n"
|
||||||
"-- MDB Tools - A library for reading MS Access database files\n"
|
"-- MDB Tools - A library for reading MS Access database files\n"
|
||||||
"-- Copyright (C) 2000-2011 Brian Bruns and others.\n"
|
"-- Copyright (C) 2000-2011 Brian Bruns and others.\n"
|
||||||
"-- Files in libmdb are licensed under LGPL and the utilities under\n"
|
"-- Files in libmdb are licensed under LGPL and the utilities under\n"
|
||||||
"-- the GPL, see COPYING.LIB and COPYING files respectively.\n"
|
"-- the GPL, see COPYING.LIB and COPYING files respectively.\n"
|
||||||
"-- Check out http://mdbtools.sourceforge.net\n"
|
"-- Check out http://mdbtools.sourceforge.net\n"
|
||||||
"-------------------------------------------------------------\n\n",
|
"-- ----------------------------------------------------------\n\n",
|
||||||
outfile);
|
outfile);
|
||||||
|
|
||||||
const char *charset = mdb_target_charset(mdb);
|
const char *charset = mdb_target_charset(mdb);
|
||||||
|
|||||||
Reference in New Issue
Block a user