Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/networking/httpd_ssi.c

    r2725 r3232  
    5353static char* skip_whitespace(char *s)
    5454{
    55         while (*s == ' ' || *s == '\t') ++s;
     55    while (*s == ' ' || *s == '\t') ++s;
    5656
    57         return s;
     57    return s;
    5858}
    5959
     
    134134
    135135        /* Print everything after directive */
    136             if (end) {
     136        if (end) {
    137137            fputs(end, stdout);
    138138            free(end);
Note: See TracChangeset for help on using the changeset viewer.