diff options
Diffstat (limited to 'src/essais')
-rw-r--r-- | src/essais/test2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/essais/test2.c b/src/essais/test2.c index 3a34414..3512329 100644 --- a/src/essais/test2.c +++ b/src/essais/test2.c @@ -66,7 +66,8 @@ int main() /* Put all the windows */ void init_wins(WINDOW **wins, int n) -{ int x, y, i; +{ + int x, y, i; char label[80]; y = 2; |