>      if (text)
>        {
> -        fputs(text, f); // FIXME: catch error
> +        if(fputs(text, f)==EOF)

Coding conventions, spaces before and after the '=='...

--
Tom.



------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to