Commit f7bb4e61 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added a default to the switch() in order to prevent a compiler warning

parent 5c548991
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@ char *spitout(FILE *stream, char *main, char *sub, int *size)
        strcpy(csub, ptr);
        state = STATE_INSUB;
        break;
      default:
        break;
      }
    }
    if(display) {