From 53bafb796b654d1f7206196fd97cf8ba0b08ad7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 28 Sep 2015 12:29:58 +0200 Subject: Imported Upstream version 3.0 --- vpdopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vpdopt.c') diff --git a/vpdopt.c b/vpdopt.c index 021ade2..8f411cc 100644 --- a/vpdopt.c +++ b/vpdopt.c @@ -2,7 +2,7 @@ * Command line handling of vpddecode * This file is part of the dmidecode project. * - * Copyright (C) 2005-2007 Jean Delvare + * Copyright (C) 2005-2007 Jean Delvare * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -99,7 +99,7 @@ int parse_command_line(int argc, char * const argv[]) { "string", required_argument, NULL, 's' }, { "dump", no_argument, NULL, 'u' }, { "version", no_argument, NULL, 'V' }, - { 0, 0, 0, 0 } + { NULL, 0, NULL, 0 } }; while ((option = getopt_long(argc, argv, optstring, longopts, NULL)) != -1) -- cgit v1.2.3