mirror of https://github.com/FreeRDP/FreeRDP
[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);
|
||||
}
|
||||
|
||||
static void version(const char* app)
|
||||
static WINPR_NORETURN(void version(const char* app))
|
||||
{
|
||||
printf("%s version %s", app, freerdp_get_version_string());
|
||||
exit(0);
|
||||
|
|
Loading…
Reference in New Issue