mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[server,proxy] add missing WINPR_NORETURN
This commit is contained in:
parent
474e3fa983
commit
a403b3bd1c
@ -81,7 +81,7 @@ static WINPR_NORETURN(void usage(const char* app))
|
|||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void version(const char* app)
|
static WINPR_NORETURN(void version(const char* app))
|
||||||
{
|
{
|
||||||
printf("%s version %s", app, freerdp_get_version_string());
|
printf("%s version %s", app, freerdp_get_version_string());
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user