Skip to content

Commit 805699a

Browse files
committed
fix header comments error/typos
1 parent 1cf482f commit 805699a

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

src/dbutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// dbutils.c
3-
// cloudsync_test
3+
// cloudsync
44
//
55
// Created by Marco Bambini on 23/09/24.
66
//

src/network.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// network.m
3-
// cloudsync_network_test
3+
// cloudsync
44
//
55
// Created by Marco Bambini on 23/05/25.
66
//

src/wasm.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//
2+
// wasm.c
3+
// cloudsync
4+
//
5+
// Created by Gioele Cantoni on 25/06/25.
6+
//
7+
18
#ifdef SQLITE_WASM_EXTRA_INIT
29
#define CLOUDSYNC_OMIT_CURL
310

test/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// main.c
3-
// sqlite-sync
3+
// cloudsync
44
//
55
// Created by Gioele Cantoni on 05/06/25.
66
// Set CONNECTION_STRING, APIKEY and WEBLITE environment variables before running this test.

0 commit comments

Comments
 (0)