Skip to content

Commit 673a63b

Browse files
committed
Update unit.c
1 parent 15c84e1 commit 673a63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ int close_db_v2 (sqlite3 *db) {
269269
return counter;
270270
}
271271

272-
bool file_delete (const char *path) {
272+
static bool file_delete (const char *path) {
273273
#ifdef _WIN32
274274
if (DeleteFile(path) == 0) return false;
275275
#else

0 commit comments

Comments
 (0)