diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-09 15:29:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-09 15:29:25 +0200 |
commit | 56348d4c801262ee92a982fbd8dc77de1da6e188 (patch) | |
tree | 4184344ccecd0fc07956ac161e02a40e01891487 /butl | |
parent | 478f413b80204ac4097b8db8a6ae5056d14adb54 (diff) |
Cosmetic change
Diffstat (limited to 'butl')
-rw-r--r-- | butl/path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -275,7 +275,7 @@ namespace butl // works properly only for ASCII. // static int - compare (const C* l, size_type ln, const C* r, size_t rn) + compare (const C* l, size_type ln, const C* r, size_type rn) { for (size_type i (0), n (ln < rn ? ln : rn); i != n; ++i) { |