diff options
Diffstat (limited to 'src/tutorial/complex.c')
-rw-r--r-- | src/tutorial/complex.c | 2 |
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; /***************************************************************************** |