Commit 687cf023 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

modified to hush compiler warnings

parent b6e9229c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -520,10 +520,10 @@ static int send_doc(int sock, struct httprequest *req)
      written = swrite(sock, STREAMTHIS, count);
      if(written != (int)count) {
        logmsg("Stopped streaming");
        return -1;
        break;
      }
    }
    break;
    return -1;
  case RCMD_IDLE:
    /* Do nothing. Sit idle. Pretend it rains. */
    return 0;