mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-02-05 07:50:29 +01:00
examples: Fix compile-time warning
Fix "function declaration isn’t a prototype" warning
This commit is contained in:
parent
5226467fc2
commit
3bf55a3e07
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ static void display_frame(struct fp_img *img)
|
|||
0, 0, width, height, 0, 0, width, height);
|
||||
}
|
||||
|
||||
static void QueryXv()
|
||||
static void QueryXv(void)
|
||||
{
|
||||
unsigned int num_adaptors;
|
||||
int num_formats;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue