Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/native/dbi/sqlite3/sqlite3.c
Original file line number Diff line number Diff line change
Expand Up @@ -52878,7 +52878,7 @@ SQLITE_API int sqlite3_found_count = 0;
#endif

/*
** Convert the given into a string if it isn't one
** Convert the given register into a string if it isn't one
** already. Return non-zero if a malloc() fails.
*/
#define Stringify(P, enc) \
Expand Down