Fix format string error

pull/1/head
Timothy Pearson 12 years ago
parent 8f9f4e5697
commit 40de3fbbdb

@ -757,7 +757,7 @@ if (SQLITE_OK!=sqlite_finalize( pVm, &errMsg)) {
}else
if( c=='h' && strncmp(azArg[0], "help", n)==0 ){
fprintf(stderr,zHelp);
fprintf(stderr,"%s",zHelp);
}else
if( c=='i' && strncmp(azArg[0], "indices", n)==0 && nArg>1 ){

Loading…
Cancel
Save