mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 15:06:05 +00:00
HACKING: Fix style around signals
We actually never used the array initialization as suggested.
This commit is contained in:
parent
6893cba3b0
commit
41fe9033ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue