mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-10 05:23:37 -04:00
Revert a change that was mistakenly included in the last commit
This commit is contained in:
parent
a3ad625122
commit
0c29175fd8
@ -32,7 +32,7 @@ lock_globhist_item(struct listbox_item *item)
|
||||
static void
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user