mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-23 04:21:52 -06:00
Merge pull request #3071 from eltociear/patch-1
fix typo in extension-functions.c
This commit is contained in:
@@ -1206,7 +1206,7 @@ static void rtrimFunc(sqlite3_context *context, int argc, sqlite3_value **argv){
|
||||
}
|
||||
|
||||
/*
|
||||
** Removes the whitespace at the begining and end of a string
|
||||
** Removes the whitespace at the beginning and end of a string
|
||||
*/
|
||||
static void trimFunc(sqlite3_context *context, int argc, sqlite3_value **argv){
|
||||
const char *z;
|
||||
|
||||
Reference in New Issue
Block a user