Skip to content

Commit c7b8099

Browse files
Update network.c
1 parent a096e1a commit c7b8099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/logic/network.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ struct fossil_nstream_t {
4444

4545
static char fossil_last_error[256] = {0};
4646

47+
4748
static void fossil_set_last_error(const char *msg) {
4849
snprintf(fossil_last_error, sizeof(fossil_last_error), "%s", msg);
4950
}

0 commit comments

Comments
 (0)