fix void return with value (amend d5d297c4)
authorRobin Gareus <robin@gareus.org>
Thu, 6 Jul 2017 16:01:49 +0000 (18:01 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 6 Jul 2017 16:01:49 +0000 (18:01 +0200)
libs/surfaces/faderport8/faderport8.cc

index 0ffa70a0aa7cb180ce91ff31d7aebe7e8e880c7a..7e0dbdcd3f60bdf49da226e14bd7602f1766c130 100644 (file)
@@ -204,7 +204,6 @@ FaderPort8::stop ()
        DEBUG_TRACE (DEBUG::FaderPort8, "BaseUI::quit ()\n");
        BaseUI::quit ();
        close (); // drop references, disconnect from session signals
-       return 0;
 }
 
 void