aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
diff options
context:
space:
mode:
authorjames <james>2012-03-11 11:30:50 +0000
committerjames <james>2012-03-11 11:30:50 +0000
commit762907fd59a7458bea74109d37e0f12e8c937a93 (patch)
treef0c176980b4c90b5657dd198aeabcd5431cddfa1 /src/gpt.c
parent9f69f2163178203ce5dc4abb5a909be1338ec5b0 (diff)
downloadgpt-762907fd59a7458bea74109d37e0f12e8c937a93.tar.gz
gpt-762907fd59a7458bea74109d37e0f12e8c937a93.tar.bz2
gpt-762907fd59a7458bea74109d37e0f12e8c937a93.zip
*** empty log message ***
Diffstat (limited to 'src/gpt.c')
-rw-r--r--src/gpt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gpt.c b/src/gpt.c
index 4a03379..bcdebaa 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.21 2012/03/11 11:30:50 james Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.22 2012/03/11 11:31:24 james Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.22 2012/03/11 11:31:24 james
+ * *** empty log message ***
+ *
* Revision 1.21 2012/03/11 11:30:50 james
* *** empty log message ***
*
@@ -139,6 +142,7 @@ main (int argc, char *argv[])
if (n)
n = header_check_crc (d, &h.header);
}
+ printf("%d\n",n);
return n ? 0 : -1;
case 'd':