Minor style fix

This commit is contained in:
sin 2015-05-07 18:04:01 +01:00
parent c2bb9e106a
commit 316a486533

View File

@ -23,7 +23,7 @@ char *realpath(const char *path, char *resolved)
if (resolved) {
#ifndef PATH_MAX
# error PATH_MAX unset. A fortified realpath will not work.
#error PATH_MAX unset. A fortified realpath will not work.
#else
bos = __builtin_object_size(resolved, 0);
if (PATH_MAX > bos)