Skip to content

Commit

Permalink
GUACAMOLE-1982: Merge fix compile error in rail.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman authored Sep 5, 2024
2 parents 725aa12 + d4c360b commit 29b98a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/rdp/channels/rail.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static BOOL guac_rdp_rail_window_update(rdpContext* context,
}
}

return true;
return TRUE;

}

Expand Down

0 comments on commit 29b98a9

Please sign in to comment.