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 ea7051bdebd..1b5ebc2ff04 100644
--- a/src/tutorial/complex.c
+++ b/src/tutorial/complex.c
@@ -18,7 +18,7 @@ typedef struct Complex
{
double x;
double y;
-} Complex;
+} Complex;
/*****************************************************************************