Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
903:b5a49960d5cb | 904:f89b41fa7048 |
---|---|
197 { | 197 { |
198 wchar_t wPath[MAX_PATH]; | 198 wchar_t wPath[MAX_PATH]; |
199 char *utf8path = NULL; | 199 char *utf8path = NULL; |
200 char *dirsep = NULL; | 200 char *dirsep = NULL; |
201 | 201 |
202 if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1)) | 202 if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1)) |
203 { | 203 { |
204 PRINTLASTERROR ("Failed to obtain module file name. Path too long?"); | 204 PRINTLASTERROR ("Failed to obtain module file name. Path too long?"); |
205 return NULL; | 205 return NULL; |
206 } | 206 } |
207 | 207 |