aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.c')
-rw-r--r--src/gpt.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/gpt.c b/src/gpt.c
index 2084fca..2f4aea2 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.3 2007/09/09 22:29:50 root Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.4 2007/09/09 22:30:05 root Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.4 2007/09/09 22:30:05 root
+ * *** empty log message ***
+ *
* Revision 1.3 2007/09/09 22:29:50 root
* *** empty log message ***
*
@@ -36,8 +39,8 @@ main (int argc, char *argv[])
//new(d);
- add(d,1,"linux-ext3",10*1024*2,30*1024*2);
- show(d);
+ add (d, 1, "linux-ext3", 10 * 1024 * 2, 30 * 1024 * 2);
+ show (d);
#if 0