Browse Source

system: BSignal: make global variable static

ambrop7 14 năm trước cách đây
mục cha
commit
c87e97a25c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      system/BSignal.c

+ 1 - 1
system/BSignal.c

@@ -41,7 +41,7 @@
 
 #include <generated/blog_channel_BSignal.h>
 
-struct {
+static struct {
     int initialized;
     int finished;
     BReactor *reactor;