]> diplodocus.org Git - nmh/blobdiff - uip/scansbr.c
uip: Replace some ints that are only ever 0 or 1 with bool.
[nmh] / uip / scansbr.c
index ea5cf266d25e194db1d0989cb1a176ceae5e7f9d..116469815abd6f2e8848cef1aa49ddd7828bee4e 100644 (file)
@@ -284,7 +284,7 @@ body:;
                goto finished;
 
            default: 
-               adios (NULL, "getfld() returned %d", state);
+               die("getfld() returned %d", state);
        }
     }