comparison 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
comparison
equal deleted inserted replaced
903:b5a49960d5cb 904:f89b41fa7048
8 { 8 {
9 #ifdef WIN32 9 #ifdef WIN32
10 wchar_t wPath[MAX_PATH]; 10 wchar_t wPath[MAX_PATH];
11 char *utf8path = NULL; 11 char *utf8path = NULL;
12 12
13 if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1)) 13 if (!GetModuleFileNameW (NULL, wPath, MAX_PATH - 1))
14 { 14 {
15 PRINTLASTERROR ("Failed to obtain module file name. Path too long?"); 15 PRINTLASTERROR ("Failed to obtain module file name. Path too long?");
16 return false; 16 return false;
17 } 17 }
18 18

http://wald.intevation.org/projects/trustbridge/