diff options
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/xrdp_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h index 35835857..46a23ca1 100644 --- a/xrdp/xrdp_types.h +++ b/xrdp/xrdp_types.h @@ -592,7 +592,7 @@ struct xrdp_cfg_globals int ls_btn_cancel_y_pos; /* y pos for Cancel button */ int ls_btn_cancel_width; /* width of Cancel button */ int ls_btn_cancel_height; /* height of Cancel button */ - char ls_title[256]; /* loginscreen window title */ + char ls_title[256]; /* loginscreen window title */ }; struct xrdp_cfg_logging |