diff options
Diffstat (limited to 'stream.h')
-rw-r--r-- | stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |