Skip to content

Commit 1903234

Browse files
committed
fix(test): typo/missing && in preprocessor directive for peer definition
1 parent ce37cdf commit 1903234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "sqlite3.h"
1616

1717
// Define the number of simulated peers, when it's 0 it skips the peer test.
18-
#if defined(__linux__) !defined(__ANDROID__)
18+
#if defined(__linux__) && !defined(__ANDROID__)
1919
#define PEERS 0
2020
#else
2121
#define PEERS 5

0 commit comments

Comments
 (0)