1
0
Fork 0

fixed compile warning

This commit is contained in:
Jan Steemann 2014-01-16 17:17:59 +01:00
parent d0c05f6628
commit d7c3ac13c9
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ static void ListTreeRecursively (char const* full,
/// @brief locates a environment given configuration directory
////////////////////////////////////////////////////////////////////////////////
static char* LocateConfigDirectoryEnv () {
static char* LocateConfigDirectoryEnv (void) {
char const* v;
char* r;