aboutsummaryrefslogtreecommitdiffstats
path: root/src/show.c
diff options
context:
space:
mode:
authorjames <james>2007-11-13 15:18:30 +0000
committerjames <james>2007-11-13 15:18:30 +0000
commitd52733329923b5379f6a2d6e74a08ac8a7dddf5b (patch)
tree43b8ba10ca9d2400a44648a13c08f82bdd34cd2d /src/show.c
parentb36757811f3dd70d522a8da82e335d86ebd63142 (diff)
downloadgpt-d52733329923b5379f6a2d6e74a08ac8a7dddf5b.tar.gz
gpt-d52733329923b5379f6a2d6e74a08ac8a7dddf5b.tar.bz2
gpt-d52733329923b5379f6a2d6e74a08ac8a7dddf5b.zip
*** empty log message ***
Diffstat (limited to 'src/show.c')
-rw-r--r--src/show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/show.c b/src/show.c
index 20decd1..aa1123a 100644
--- a/src/show.c
+++ b/src/show.c
@@ -15,7 +15,7 @@ show (DISK * d)
m = (MBR *) buf;
mbr_show (m);
- h=headers_get(d);
+ h = headers_get (d);
header_show (d, &h.header);
header_show (d, &h.alt_header);