]> diplodocus.org Git - nmh/blobdiff - uip/mhlsbr.c
mhlist -debug: Print FILE pointers with `%p', not `%#x'.
[nmh] / uip / mhlsbr.c
index e16f31d9daaeb5306921c9e35c8930fa4ba13125..00e1ef265d8b175331028b5fe16a664fdc600c38 100644 (file)
@@ -645,14 +645,12 @@ mhl_format (char *file, int length, int width)
                            c1->c_nfs = mh_xstrdup(global.c_nfs);
                            compile_formatfield(c1);
                        }
-                   }
-                   else
-                       if (c1->c_flags & ADDRFMT) {
-                           if (global.c_flags & ADDRFMT) {
-                               c1->c_nfs = mh_xstrdup(global.c_nfs);
-                               compile_formatfield(c1);
-                           }
-                       }
+                   } else if (c1->c_flags & ADDRFMT) {
+                        if (global.c_flags & ADDRFMT) {
+                            c1->c_nfs = mh_xstrdup(global.c_nfs);
+                            compile_formatfield(c1);
+                        }
+                    }
                }
                continue;