mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-06 19:41:41 +00:00
Fix prototype of function with no arguments
Modern C standard requires the function to be "void" Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
9e16ee09cf
commit
9e4cc377a5
@ -307,7 +307,7 @@ virt_viewer_app_quit(VirtViewerApp *self)
|
||||
}
|
||||
|
||||
static gint
|
||||
get_n_client_monitors()
|
||||
get_n_client_monitors(void)
|
||||
{
|
||||
return gdk_screen_get_n_monitors(gdk_screen_get_default());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user