Modernize Doxyfile
[idzebra-moved-to-github.git] / bfile / mfile.c
index 86ae6e7..58dbe53 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: mfile.c,v 1.73 2006-12-19 13:17:34 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: mfile.c,v 1.75 2007-02-10 18:37:42 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -366,6 +366,7 @@ MFile mf_open(MFile_area ma, const char *name, int block_size, int wflag)
                 yaz_log(YLOG_WARN, "metafile %s already open", name);
                 return 0;
             }
+            break;
        }
     if (!mnew)
     {