]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
[btr] Split btr_del_node() into two functions.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 739eb6c1fb94cb8446bf5d132a8d4baa9a808051..5854dd37df934c02a47009f6fd955a0e612ac08a 100644 (file)
--- a/error.h
+++ b/error.h
@@ -41,7 +41,7 @@ extern const char **para_errlist[];
        PARA_ERROR(BTR_EOF, "buffer tree: end of file"), \
 
 #define STDOUT_ERRORS \
-       PARA_ERROR(ORPHAN, "orphaned (EOF)"), \
+       PARA_ERROR(STDOUT_EOF, "stdout: end of file"), \
 
 
 #define BITSTREAM_ERRORS \