]> granicus.if.org Git - curl/commitdiff
added a default to the switch() in order to prevent a compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Thu, 23 Jan 2003 12:00:15 +0000 (12:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Jan 2003 12:00:15 +0000 (12:00 +0000)
tests/server/getpart.c

index 1a10ed18ff686c6b6ff8f31dc524ab9e0c89cee8..d05a115a5ae0f40ba795ae287acf05f93e01e745 100644 (file)
@@ -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) {