1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +03:00

Fixed typo in preproc/type.h

This commit is contained in:
Michael Meskes
2002-04-16 07:03:56 +00:00
parent 171824087c
commit cc592ed8ea

View File

@ -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