aboutsummaryrefslogtreecommitdiffstats
path: root/src/show.c
diff options
context:
space:
mode:
authorjames <james>2007-11-12 13:28:04 +0000
committerjames <james>2007-11-12 13:28:04 +0000
commit24c1249c07254fc8357a97c0be65267826d74eb8 (patch)
treedf642e91e36dc4bef7b8d82482b6f9ddfa986ff9 /src/show.c
parent5d4e834a0ce02e84de5ef770a9a0791c935cc06a (diff)
downloadgpt-24c1249c07254fc8357a97c0be65267826d74eb8.tar.gz
gpt-24c1249c07254fc8357a97c0be65267826d74eb8.tar.bz2
gpt-24c1249c07254fc8357a97c0be65267826d74eb8.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 0047e97..20decd1 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);