diff options
author | Michael Meskes <meskes@postgresql.org> | 2002-04-16 07:03:56 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2002-04-16 07:03:56 +0000 |
commit | cc592ed8eaa08e06e92c27e0ae10af2e9e3f618c (patch) | |
tree | b43ce6172ee3dcae9e5087c1f7c15423432e9656 /src | |
parent | 171824087c6cb42ad550f07f7e6a71b859339f7e (diff) | |
download | postgresql-cc592ed8eaa08e06e92c27e0ae10af2e9e3f618c.tar.gz postgresql-cc592ed8eaa08e06e92c27e0ae10af2e9e3f618c.zip |
Fixed typo in preproc/type.h
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/preproc/type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/type.h b/src/interfaces/ecpg/preproc/type.h index c75d1cd2c4e..f73bda50600 100644 --- a/src/interfaces/ecpg/preproc/type.h +++ b/src/interfaces/ecpg/preproc/type.h @@ -90,7 +90,7 @@ struct this_type char *type_str; int type_dimension; int type_index; - int type_sizeof; + char * type_sizeof; }; struct _include_path |