Skip to content

Commit 0eeb05b

Browse files
committed
Fix formatting
1 parent f6edc16 commit 0eeb05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/inven_ui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ bool inven_ui_message_filter(TigMessage* msg)
21352135
// use the "pressed" event as their main handler, not "released" as with
21362136
// usual buttons).
21372137
if (!(inven_ui_mode == INVEN_UI_MODE_STEAL
2138-
&& inven_ui_drag_item_obj != OBJ_HANDLE_NULL)) {
2138+
&& inven_ui_drag_item_obj != OBJ_HANDLE_NULL)) {
21392139
switch (msg->data.button.state) {
21402140
case TIG_BUTTON_STATE_PRESSED:
21412141
// 0x573897

0 commit comments

Comments
 (0)