summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.h b/stream.h
index 27b3ab22..149e9ded 100644
--- a/stream.h
+++ b/stream.h
@@ -28,7 +28,7 @@
enum strm_whence {
strm_start = SEEK_SET,
strm_cur = SEEK_CUR,
- strm_end = SEEK_SET
+ strm_end = SEEK_END
};
enum indent_mode {