file_path.c - Fix unused variable warning

This commit is contained in:
twinaphex 2013-12-25 01:28:55 +01:00
parent 4ac75a8058
commit 84c489d0da
1 changed files with 1 additions and 0 deletions

View File

@ -828,6 +828,7 @@ void fill_pathname_abbreviate_special(char *out_path, const char *in_path, size_
void fill_pathname_application_path(char *buf, size_t size)
{
size_t i;
(void)i;
if (!size)
return;