oops - typo correction.
[deliverable/binutils-gdb.git] / gdb / jv-valprint.c
index 9c5c245d201d07e28def0d65b0e3c895e4b99a92..d9e32ba0f070272a10c611223863194d38c0f4f4 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for printing Java values for GDB, the GNU debugger.
 
-   Copyright (C) 1997-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1997-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -231,6 +231,8 @@ java_value_print (struct value *val, struct ui_file *stream,
       unsigned long count;
       struct value *mark;
 
+      fputs_filtered (" ", stream);
+
       mark = value_mark ();    /* Remember start of new values.  */
 
       data_val = value_struct_elt (&val, NULL, "data", NULL, NULL);
This page took 0.023592 seconds and 4 git commands to generate.