summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-10 16:18:05 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-10 16:18:05 +0000
commit41f386f6abeff1577812a58ccd1d416a5389a85b (patch)
tree3ee569097d9a3ca4edb6c7bad3aef801215ffa69 /stream.c
parenta244eb773908fa1f86a61ab52f2cad6224017e88 (diff)
downloadrsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.tar.gz
rsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.tar.xz
rsyslog-41f386f6abeff1577812a58ccd1d416a5389a85b.zip
some cleanup
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)
{