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:
@@ -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]="";
|
||||
|
||||
Reference in New Issue
Block a user