Skip to content

Commit 3b86f44

Browse files
committed
fix braces (clang warning)
1 parent f543947 commit 3b86f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/services.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ static struct {
1010
char label[256];
1111
uint32_t primary_color; // ARGB8888 (blue is the lowest byte)
1212
char isolate_id[32];
13-
} services = {0};
13+
} services;
1414

1515

1616
static int on_receive_navigation(char *channel, struct platch_obj *object, FlutterPlatformMessageResponseHandle *responsehandle) {

0 commit comments

Comments
 (0)