Changeset 2aadf2b in mainline for uspace/lib/posix/fnmatch.c


Ignore:
Timestamp:
2011-08-16T19:17:46Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
903bd436
Parents:
49160c4
Message:

Minor coding style corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/fnmatch.c

    r49160c4 r2aadf2b  
    496496                        end = string;
    497497                } else {
    498                         end= strchrnul(string, pathname ? '/' : '\0');
     498                        end = strchrnul(string, pathname ? '/' : '\0');
    499499                }
    500500
Note: See TracChangeset for help on using the changeset viewer.