hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
839 stars 204 forks source link

Made process_cmdline() gboolean #23

Closed ghost closed 11 years ago

ghost commented 11 years ago

We already discussed this one once. The process_cmdline() function is a typical example of a boolean function. It's called only from within main.c. I made it gboolean, since that's used elsewhere in the code.

hzeller commented 11 years ago

Nice, thanks!

ghost commented 11 years ago

My pleasure.