summaryrefslogtreecommitdiff
path: root/libyywrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libyywrap.c')
-rw-r--r--libyywrap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libyywrap.c b/libyywrap.c
index a572d0b..6345d9d 100644
--- a/libyywrap.c
+++ b/libyywrap.c
@@ -22,7 +22,7 @@
/* PURPOSE. */
-int yywrap()
- {
+int yywrap ()
+{
return 1;
- }
+}