HACKING: Fix style around signals
We actually never used the array initialization as suggested.
This commit is contained in:

committed by
Evangelos Ribeiro Tzaras

parent
6893cba3b0
commit
41fe9033ac
@@ -95,7 +95,7 @@ individual C files should be structured as (top to bottom of file):
|
||||
BAR_TRIGGERED,
|
||||
N_SIGNALS
|
||||
};
|
||||
static guint signals[N_SIGNALS] = { 0 };
|
||||
static guint signals[N_SIGNALS];
|
||||
```
|
||||
- type definitions
|
||||
```c
|
||||
|
Reference in New Issue
Block a user