Add more const type qualifiers to GAS sources.
[deliverable/binutils-gdb.git] / gas / app.c
index 074c447c362e8643b7da5501d35d7128248d2354..f53e7ce4134af9585d46b57ce02ab579e9ac6c86 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
@@ -1291,7 +1291,7 @@ do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen)
 
 #ifdef WARN_COMMENTS
          if (!found_comment)
-           as_where (&found_comment_file, &found_comment);
+           found_comment_file = as_where (&found_comment);
 #endif
          do
            {
This page took 0.045428 seconds and 4 git commands to generate.