Skip to content

Commit

Permalink
tconfig: code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Aug 25, 2024
1 parent dbfbf5e commit 899713a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xrdp/xrdp_tconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ static int tconfig_load_gfx_order(toml_table_t *tfile, struct xrdp_tconfig_gfx *
if (datum.ok)
{
if (h264_found == 0 &&
(g_strcasecmp(datum.u.s, "h264") == 0 ||
g_strcasecmp(datum.u.s, "h.264") == 0))
(g_strcasecmp(datum.u.s, "h264") == 0 ||
g_strcasecmp(datum.u.s, "h.264") == 0))
{
h264_found = 1;
config->codec.h264_idx = i;
Expand Down

0 comments on commit 899713a

Please sign in to comment.