From: Michael Meskes Date: Tue, 16 Apr 2002 07:03:56 +0000 (+0000) Subject: Fixed typo in preproc/type.h X-Git-Tag: REL7_3~1705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc592ed8eaa08e06e92c27e0ae10af2e9e3f618c;p=postgresql Fixed typo in preproc/type.h --- diff --git a/src/interfaces/ecpg/preproc/type.h b/src/interfaces/ecpg/preproc/type.h index c75d1cd2c4..f73bda5060 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