1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00

Revert a change that was mistakenly included in the last commit

This commit is contained in:
Miciah Dashiel Butler Masters 2008-07-11 11:12:37 +00:00
parent a3ad625122
commit 0c29175fd8

View File

@ -32,7 +32,7 @@ lock_globhist_item(struct listbox_item *item)
static void static void
unlock_globhist_item(struct listbox_item *item) unlock_globhist_item(struct listbox_item *item)
{ {
done_global_history_item((struct global_history_item *) item->udata); object_unlock((struct global_history_item *) item->udata);
} }
static int static int