]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Introduce prepare_writer_node().
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 1a2b3a4cecb350dbbdcae52c3c5029a7f2458ee8..08d6bd6e13da2ba04c9b2caa1f99f413887837ef 100644 (file)
--- a/error.h
+++ b/error.h
@@ -423,6 +423,7 @@ extern const char **para_errlist[];
 
 #define WRITE_COMMON_ERRORS \
        PARA_ERROR(WRITE_COMMON_SYNTAX, "syntax error in write option"), \
+       PARA_ERROR(WRITE_COMMON_EOF, "write: end of file"), \
 
 
 #define AACDEC_FILTER_ERRORS \