mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
This commit fixes the following compiler error.
FreeRDP/server/shadow/Win/win_wds.c:767:9: error: unknown type name 'rdpSetting';
did you mean 'rdpSettings'?
767 | rdpSetting* settings = subsystem->shw->settings;
| ^~~~~~~~~~
| rdpSettings
The typo was introduced in ba41d5e532 commit.