• Max Kellermann's avatar
    playlist: return -1 after assert(0) · bd81fd8b
    Max Kellermann authored
    print_playlist_result() had an assert(0) at the end, in case there was
    an invalid result value.  With NDEBUG, this resulted in a function not
    returning a value - add a dummy "return -1" at the end to keep gcc
    quiet.
    bd81fd8b
command.c 41 KB