mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[server,proxy] add missing WINPR_NORETURN
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user