From e8e4cbe52c41fd11b9c11b582b0db7767f25da64 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 18 Apr 2016 15:44:44 -0400 Subject: [PATCH] swtpm_bios: Add empty option as last one in the list. Add an empty option as the last one in the list. Signed-off-by: Stefan Berger --- src/swtpm_bios/tpm_bios.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/swtpm_bios/tpm_bios.c b/src/swtpm_bios/tpm_bios.c index 71b7183..229f087 100644 --- a/src/swtpm_bios/tpm_bios.c +++ b/src/swtpm_bios/tpm_bios.c @@ -347,6 +347,7 @@ int main(int argc, char *argv[]) {"cs", no_argument, NULL, 'C'}, {"ea", no_argument, NULL, 'E'}, {"u", no_argument, NULL, 'u'}, + {NULL, 0, NULL, 0}, }; int opt, option_index = 0; -- 2.39.5