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…
Reference in a new issue