Changeset 1673 for trunk/dll/srchpath.c


Ignore:
Timestamp:
Dec 30, 2012, 7:51:01 PM (13 years ago)
Author:
Gregg Young
Message:

Update to Doxygen comment style Ticket 55. Also some minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/srchpath.c

    r1498 r1673  
    8989    *p = 0;
    9090    p++;
    91     if (*ret == '.') {                  /* skip initial "cur dir" */
     91    if (*ret == '.') {                  // skip initial "cur dir"
    9292      pp = strchr(p, ';');
    9393      if (pp)
Note: See TracChangeset for help on using the changeset viewer.