diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-28 12:32:24 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-28 12:32:24 +0200 |
commit | c86ea762ab8845450ed8e142a11848b5f42f5863 (patch) | |
tree | e16f703980536c34b2a02974b422f5bb5c1404c5 /vpdopt.c | |
parent | 06f6f3f787798e36d097a07873bd2e6e6b44c257 (diff) | |
parent | 53bafb796b654d1f7206196fd97cf8ba0b08ad7a (diff) |
Merge to new upstream release 3.0
Diffstat (limited to 'vpdopt.c')
-rw-r--r-- | vpdopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ * Command line handling of vpddecode * This file is part of the dmidecode project. * - * Copyright (C) 2005-2007 Jean Delvare <khali@linux-fr.org> + * Copyright (C) 2005-2007 Jean Delvare <jdelvare@suse.de> * * 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) |