diff options
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r-- | gcc/cp/rtti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 35da7374de8..89fa5a3db7d 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1170,7 +1170,7 @@ create_pseudo_type_info VPARAMS((const char *real_name, int ident, ...)) VA_START (ap, ident); #ifndef ANSI_PROTOTYPES real_name = va_arg (ap, char const *); - ident = va_arg (app, int); + ident = va_arg (ap, int); #endif /* Generate the pseudo type name. */ |