diff options
author | igoroogle <igoroogle@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
commit | 4e11899c662b05c8e0b72a9c96cd3ad6bd822cca (patch) | |
tree | c631a7c0756cf3c53a6bb76cb99f80e50b746bdb /contrib/libs/sqlite3/test_multiplex.c | |
parent | 37c53237e52ac75e36bbdbe59f30340bfb2dac0e (diff) | |
download | ydb-4e11899c662b05c8e0b72a9c96cd3ad6bd822cca.tar.gz |
Restoring authorship annotation for <igoroogle@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/sqlite3/test_multiplex.c')
-rw-r--r-- | contrib/libs/sqlite3/test_multiplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/sqlite3/test_multiplex.c b/contrib/libs/sqlite3/test_multiplex.c index 1e185a95a2e..863f249fb02 100644 --- a/contrib/libs/sqlite3/test_multiplex.c +++ b/contrib/libs/sqlite3/test_multiplex.c @@ -1220,7 +1220,7 @@ int sqlite3_multiplex_shutdown(int eForce){ /***************************** Test Code ***********************************/ #ifdef SQLITE_TEST #if defined(INCLUDE_SQLITE_TCL_H) -# error #include "sqlite_tcl.h" +# error #include "sqlite_tcl.h" #else # include "tcl.h" # ifndef SQLITE_TCLAPI |