Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Dec 26, 2023
1 parent 6d35614 commit b9f74b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrdp/xrdp_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ xrdp_mm_drdynvc_up(struct xrdp_mm *self)
}
ignore_marker = (struct display_control_monitor_layout_data *)
g_malloc(sizeof(struct display_control_monitor_layout_data),
1);
1);
list_add_item(self->resize_queue, (tintptr)ignore_marker);
return error;
}
Expand Down

0 comments on commit b9f74b4

Please sign in to comment.