]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Move the opening brace of a C function to its own line.
[nmh] / uip / mhcachesbr.c
index b740e231e2e2ad58fc142136c95acbf4286281c1..10f41d87764cd2dfaa101969dbdfe45beebde7e8 100644 (file)
@@ -270,14 +270,15 @@ static int
 find_cache_aux (int writing, char *directory, char *id,
        char *buffer, int buflen)
 {
-    int        mask, usemap;
+    int        mask;
+    bool usemap;
     char mapfile[BUFSIZ], mapname[BUFSIZ];
     FILE *fp;
     int failed_to_lock = 0;
     static int partno, pid;
     static time_t clock = 0;
 
-    usemap = 1;
+    usemap = true;
 
     if (debugsw)
        fprintf (stderr, "find_cache_aux %s usemap=%d\n", directory, usemap);