aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/ex3.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo/ex3.c')
-rw-r--r--demo/ex3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/ex3.c b/demo/ex3.c
index 0e9c7ff..2ae848a 100644
--- a/demo/ex3.c
+++ b/demo/ex3.c
@@ -18,14 +18,14 @@ int main ()
SLkp_init ();
SLang_init_tty (-1, 0, 0);
SLsmg_init_smg ();
-
+
stuff();
SLkp_getkey ();
-
+
/* do stuff .... */
-
+
SLsmg_reset_smg ();
SLang_reset_tty ();
return 0;