diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-28 12:29:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-28 12:29:58 +0200 |
commit | 53bafb796b654d1f7206196fd97cf8ba0b08ad7a (patch) | |
tree | ce708d62f28f18f15ccecc74cac9649cd846e203 /ownership.c | |
parent | 723024faf087b48ba8b93db6821bb17f52751120 (diff) |
Imported Upstream version 3.0upstream/3.0
Diffstat (limited to 'ownership.c')
-rw-r--r-- | ownership.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ownership.c b/ownership.c index d79af12..de44bf4 100644 --- a/ownership.c +++ b/ownership.c @@ -1,7 +1,7 @@ /* * Compaq Ownership Tag * - * Copyright (C) 2003-2005 Jean Delvare <khali@linux-fr.org> + * Copyright (C) 2003-2005 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 @@ -119,7 +119,7 @@ static int parse_command_line(int argc, char * const argv[]) { "dev-mem", required_argument, NULL, 'd' }, { "help", no_argument, NULL, 'h' }, { "version", no_argument, NULL, 'V' }, - { 0, 0, 0, 0 } + { NULL, 0, NULL, 0 } }; while ((option = getopt_long(argc, argv, optstring, longopts, NULL)) != -1) |