Mercurial > trustbridge
diff common/util.c @ 904:f89b41fa7048
Fix whitespace errors
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 13 Aug 2014 15:44:35 +0200 |
parents | 216a65d7fc4b |
children | 698b6a9bd75e |
line wrap: on
line diff
--- a/common/util.c Wed Aug 13 14:49:25 2014 +0200 +++ b/common/util.c Wed Aug 13 15:44:35 2014 +0200 @@ -199,7 +199,7 @@ char *utf8path = NULL; char *dirsep = 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 NULL;