fix mismatched BEGIN/END labels for issue #374
This commit is contained in:
parent
c84e47fd5f
commit
29950f2326
|
@ -1174,5 +1174,5 @@ end_of_export:
|
|||
}
|
||||
}
|
||||
}
|
||||
/* END SQLCIPHER */
|
||||
#endif
|
||||
/* END SQLCIPHER */
|
||||
|
|
|
@ -11118,7 +11118,7 @@ int SQLITE_CDECL wmain(int argc, wchar_t **wargv){
|
|||
#else
|
||||
printf("%s %s\n", sqlite3_libversion(), sqlite3_sourceid());
|
||||
#endif
|
||||
/* BEGIN SQLCIPHER */
|
||||
/* END SQLCIPHER */
|
||||
return 0;
|
||||
}else if( strcmp(z,"-interactive")==0 ){
|
||||
stdin_is_interactive = 1;
|
||||
|
|
|
@ -5993,7 +5993,7 @@ void sqlite3_activate_see(
|
|||
const char *zPassPhrase /* Activation phrase */
|
||||
);
|
||||
#endif
|
||||
/* BEGIN SQLCIPHER */
|
||||
/* END SQLCIPHER */
|
||||
|
||||
#ifdef SQLITE_ENABLE_CEROD
|
||||
/*
|
||||
|
|
|
@ -3727,7 +3727,7 @@ static int SQLITE_TCLAPI DbMain(
|
|||
void *pKey = 0;
|
||||
int nKey = 0;
|
||||
#endif
|
||||
/* BEGIN SQLCIPHER */
|
||||
/* END SQLCIPHER */
|
||||
int rc;
|
||||
|
||||
/* In normal use, each TCL interpreter runs in a single thread. So
|
||||
|
|
Loading…
Reference in New Issue