aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial/complex.c')
-rw-r--r--src/tutorial/complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c
index 02a62056818..2dd4e6e6078 100644
--- a/src/tutorial/complex.c
+++ b/src/tutorial/complex.c
@@ -10,7 +10,7 @@ typedef struct Complex
{
double x;
double y;
-} Complex;
+} Complex;
/* These prototypes declare the requirements that Postgres places on these
user written functions.