examples: Fix compile-time warning

Fix "function declaration isn’t a prototype" warning
This commit is contained in:
Bastien Nocera 2018-05-14 17:11:37 +02:00
parent 5226467fc2
commit 3bf55a3e07

View file

@ -84,7 +84,7 @@ static void display_frame(struct fp_img *img)
0, 0, width, height, 0, 0, width, height); 0, 0, width, height, 0, 0, width, height);
} }
static void QueryXv() static void QueryXv(void)
{ {
unsigned int num_adaptors; unsigned int num_adaptors;
int num_formats; int num_formats;