aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.c')
-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);