aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial/funcs.c')
-rw-r--r--src/tutorial/funcs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c
index e5812758566..61ad1417a86 100644
--- a/src/tutorial/funcs.c
+++ b/src/tutorial/funcs.c
@@ -18,7 +18,6 @@
PG_MODULE_MAGIC;
-
/* These prototypes just prevent possible warnings from gcc. */
int add_one(int arg);