diff options
Diffstat (limited to 'gas/app.c')
-rw-r--r-- | gas/app.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -510,11 +510,10 @@ do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen) ch = GET (); if (ch == '"') { - PUT (' '); - PUT (ch); quotechar = ch; state = 5; old_state = 3; + PUT (ch); } else { |