summaryrefslogtreecommitdiff
path: root/src/essais/test2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/essais/test2.c')
-rw-r--r--src/essais/test2.c3
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;