aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james>2007-10-16 10:37:15 +0000
committerjames <james>2007-10-16 10:37:15 +0000
commitb32e112de756a597f079f4c4b02b09f663ddb0c3 (patch)
tree6284c04bd66051ab2cda2c39f4684d1411b6c6d2
parent52586eee056a03f139b8c651ed722b940cd880d7 (diff)
downloadgpt-b32e112de756a597f079f4c4b02b09f663ddb0c3.tar.gz
gpt-b32e112de756a597f079f4c4b02b09f663ddb0c3.tar.bz2
gpt-b32e112de756a597f079f4c4b02b09f663ddb0c3.zip
*** empty log message ***
-rw-r--r--src/gpt.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gpt.c b/src/gpt.c
index b2dcc1f..ae11fb7 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.9 2007/10/16 10:36:11 james Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.10 2007/10/16 10:37:15 james Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.10 2007/10/16 10:37:15 james
+ * *** empty log message ***
+ *
* Revision 1.9 2007/10/16 10:36:11 james
* *** empty log message ***
*
@@ -103,7 +106,7 @@ main (int argc, char *argv[])
if (!d) usage();
h=headers_get(d);
printf("%lld\n",(long long) h.header.last_usable_lba);
- break;
+ return 0;
case 'f':
h=headers_get(d);
n=atoi(optarg);