Fix issue 430: warning 'Implicit declaration of function Remove_duplicate_shortcuts'. Fix another warning for unused parameter. Now 0 warnings on mingw32-gcc 4.4.1

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1774 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-04-10 14:35:29 +00:00
parent b411f01b4c
commit 80e0b17be8
5 changed files with 7 additions and 5 deletions

View File

@@ -1423,7 +1423,7 @@ void Highlight_script(T_Fileselector *selector, T_List_button *list, const char
short index;
index=Find_file_in_fileselector(selector, selected_file);
Locate_list_item(list, selector, index);
Locate_list_item(list, index);
}
static char Last_run_script[MAX_PATH_CHARACTERS]="";