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