* archive.cc: Formatting fixes: Remove whitespace between
[deliverable/binutils-gdb.git] / gold / expression.cc
index 134b0fa2a22a4c10a1b283c63629a36b58357376..6d18679971c3fd3e93f0e00d6346f512cdc584ca 100644 (file)
@@ -362,7 +362,7 @@ class Binary_expression : public Expression
   // This is a call to function FUNCTION_NAME.  Print it.  This is for
   // debugging.
   void
-  print_function(FILE* f, const char *function_name) const
+  print_function(FILE* f, const charfunction_name) const
   {
     fprintf(f, "%s(", function_name);
     this->left_print(f);
This page took 0.034969 seconds and 4 git commands to generate.