From f64a2df15c2a9e8176ea15c596fa04e39660f131 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 12 Dec 2018 23:41:48 +0100 Subject: [PATCH] remove doxygen warning about #ifdef --- src/realpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realpath.c b/src/realpath.c index 50da55c1..5a067a4c 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -138,7 +138,7 @@ /// /// So we assume all platforms now support passing NULL. /// If you find a platform where this is not the case, - /// please add a new implementation with #ifdef's. + /// please add a new implementation with ifdef's. return realpath(_path, resolved_path); } #endif