Mercurial > trustbridge
diff common/selftest.c @ 904:f89b41fa7048
Fix whitespace errors
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 13 Aug 2014 15:44:35 +0200 |
parents | 80d1a80b3e8d |
children | fa3f4e2370d3 |
line wrap: on
line diff
--- a/common/selftest.c Wed Aug 13 14:49:25 2014 +0200 +++ b/common/selftest.c Wed Aug 13 15:44:35 2014 +0200 @@ -10,7 +10,7 @@ wchar_t wPath[MAX_PATH]; char *utf8path = NULL; - if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1)) + if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1)) { PRINTLASTERROR ("Failed to obtain module file name. Path too long?"); return false;