gdb/
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index c3d23833173f8ed255e565179a3f46f83425753b..b40b8fab6790060e38948c6a6df7abd895f5ab09 100644 (file)
@@ -128,7 +128,7 @@ f77_create_arrayprint_offset_tbl (struct type *type, struct ui_file *stream)
 
   tmp_type = type;
 
-  while ((TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY))
+  while (TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY)
     {
       upper = f77_get_upperbound (tmp_type);
       lower = f77_get_lowerbound (tmp_type);
This page took 0.023593 seconds and 4 git commands to generate.