From f0941764d6f94e99995176ab95f0f5926de71167 Mon Sep 17 00:00:00 2001 From: james Date: Sun, 11 Mar 2012 10:54:21 +0000 Subject: *** empty log message *** --- src/gpt.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/gpt.c b/src/gpt.c index 119f66b..a69c35c 100644 --- a/src/gpt.c +++ b/src/gpt.c @@ -6,10 +6,13 @@ * */ -static char rcsid[] = "$Id: gpt.c,v 1.18 2012/03/11 10:52:06 james Exp $"; +static char rcsid[] = "$Id: gpt.c,v 1.19 2012/03/11 10:54:21 james Exp $"; /* * $Log: gpt.c,v $ + * Revision 1.19 2012/03/11 10:54:21 james + * *** empty log message *** + * * Revision 1.18 2012/03/11 10:52:06 james * *** empty log message *** * @@ -114,7 +117,7 @@ main (int argc, char *argv[]) fprintf (stderr, "sizeof(off_t)=%d\n", sizeof (off_t)); - while ((c = getopt (argc, argv, "qd:hlsef:unac")) != EOF) + while ((c = getopt (argc, argv, "qd:hlsef:g:unac")) != EOF) { switch (c) { -- cgit v1.2.3