Commit e61c9121 authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Fix warning.

parent 8bb0f31b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -372,4 +372,5 @@ void *receive_data_loop(void *ptr) {
    error:
    PERROR("receive_data_loop() ended unexpectedly.");
    PrrtSocket_cleanup(s);
    return NULL;
}