aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
diff options
context:
space:
mode:
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':