]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdin.h
aft.c: Rename save_audio_file_info() and enum aft_row_offsets.
[paraslash.git] / stdin.h
diff --git a/stdin.h b/stdin.h
index 4f5a6112feb8ded051560f95acc04ec03432fd29..515c4d2644f7da8cb2bce1f7e72361f12909f2fa 100644 (file)
--- a/stdin.h
+++ b/stdin.h
@@ -19,7 +19,7 @@ struct stdin_task {
        /** The task structure. */
        struct task task;
        /** Non-zero on read error, or if a read from stdin returned zero. */
-       int eof;
+       int error;
 };
 
 void stdin_set_defaults(struct stdin_task *sit);