1
0
Fork 0

fixed compile warning

This commit is contained in:
Jan Steemann 2014-01-16 15:04:42 +01:00
parent c9dabaca86
commit bfbf7de9d3
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;