pike.git/
src/
post_modules/
Shuffler/
d_source_pikestream.c
Branch:
Tag:
Non-build tags
All tags
No tags
2019-06-24
2019-06-24 21:56:06 by Stephen R. van den Berg <srb@cuci.nl>
b8112e062b2d748390fad1ab7134b05b777f10aa (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Use C-commentstyle in C-files.
103:
{ struct pf_source *s = (struct pf_source*)Pike_fp->current_object->storage;
-
if (!s->obj) /
/
Already finished
-
return; /
/
FIXME Should we throw an error here?
+
if (!s->obj) /
*
Already finished
*/
+
return; /
*
FIXME Should we throw an error here?
*/
remove_callbacks( (struct source *)s );