Commit c98458ce authored by Dafydd Harries's avatar Dafydd Harries

explicitly declare stream_new as taking void

darcs-hash:20070206115326-c9803-5c972d2c06814e5390cef0f80879341d59e01912.gz
parent a51df283
...@@ -76,7 +76,7 @@ struct _Stream ...@@ -76,7 +76,7 @@ struct _Stream
static Stream * static Stream *
stream_new () stream_new (void)
{ {
Stream *stream; Stream *stream;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment