diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6871,7 +6871,8 @@ next_member: else if (p[0] == 'W' && p[1] == '{') p = validate_switches (p+2); } - if (*p) p++; + else + p++; } if (*p) p++; |