IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2006, 9:23:38 AM (19 years ago)
Author:
eugene
Message:

whitespace error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/string.c

    r10073 r10732  
    3535      return ((char *)NULL);
    3636    }
     37    //    for (; (string[j] != 0) && (!OHANA_WHITESPACE(string[j])); j++);
    3738    word = strncreate (&string[i], j - i);
    3839    return (word);
Note: See TracChangeset for help on using the changeset viewer.