summaryrefslogtreecommitdiffstats
path: root/runtime/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stream.c')
-rw-r--r--runtime/stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stream.c b/runtime/stream.c
index 3afa9fcd..f1f69cc8 100644
--- a/runtime/stream.c
+++ b/runtime/stream.c
@@ -643,7 +643,7 @@ DEFpropSetMeth(strm, iMaxFileSize, int)
DEFpropSetMeth(strm, iFileNumDigits, int)
DEFpropSetMeth(strm, tOperationsMode, int)
DEFpropSetMeth(strm, tOpenMode, mode_t)
-DEFpropSetMeth(strm, sType, strmType_t);
+DEFpropSetMeth(strm, sType, strmType_t)
rsRetVal strmSetiMaxFiles(strm_t *pThis, int iNewVal)
{
@@ -909,7 +909,7 @@ CODESTARTobjQueryInterface(strm)
* work here (if we can support an older interface version - that,
* of course, also affects the "if" above).
*/
- //xxxpIf->oID = OBJvm;
+ /*xxxpIf->oID = OBJvm; SAMPLE */
finalize_it:
ENDobjQueryInterface(strm)