2
0
forked from Ivasoft/DSView

Fix some compile warnings

This commit is contained in:
DreamSourceLab
2020-01-18 14:28:05 +08:00
parent 57b3f0cec7
commit 9af32655db
8 changed files with 12 additions and 8 deletions

View File

@@ -299,7 +299,7 @@ static int cleanup(struct sr_output *o)
static struct sr_option options[] = {
{ "filename", "Filename", "File to write", NULL, NULL },
{0}
{0, 0, 0, 0, 0}
};
static const struct sr_option *get_options(void)