diff options
Diffstat (limited to 'src/tutorial')
-rw-r--r-- | src/tutorial/beard.c | 4 | ||||
-rw-r--r-- | src/tutorial/complex.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/tutorial/beard.c b/src/tutorial/beard.c index fb2c8ae43a3..74dbd4deeb6 100644 --- a/src/tutorial/beard.c +++ b/src/tutorial/beard.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.6 2001/03/22 04:01:45 momjian Exp $ + * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.7 2001/11/05 17:46:40 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ typedef struct ImageHdr { int size; -} ImageHdr; +} ImageHdr; #define BUFSIZE 10 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. |