summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream.c b/stream.c
index 5413f1b8..24c53313 100644
--- a/stream.c
+++ b/stream.c
@@ -490,8 +490,8 @@ finalize_it:
DEFpropSetMeth(strm, bDeleteOnClose, int)
DEFpropSetMeth(strm, iMaxFileSize, int)
DEFpropSetMeth(strm, iFileNumDigits, int)
-DEFpropSetMeth(strm, tOperationsMode, int);
-DEFpropSetMeth(strm, tOpenMode, mode_t);
+DEFpropSetMeth(strm, tOperationsMode, int)
+DEFpropSetMeth(strm, tOpenMode, mode_t)
rsRetVal strmSetiMaxFiles(strm_t *pThis, int iNewVal)
{