aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.h
diff options
context:
space:
mode:
authorjames <james>2009-05-06 01:12:55 +0000
committerjames <james>2009-05-06 01:12:55 +0000
commit8d4a7ef236ef139929e63d663b9a12871eb83dbb (patch)
tree99f9976b0390bb7198e4630989891b99852e6f03 /src/gpt.h
parentc776f71d60ab9edcc6faa29acaa6a92acaff945d (diff)
downloadgpt-8d4a7ef236ef139929e63d663b9a12871eb83dbb.tar.gz
gpt-8d4a7ef236ef139929e63d663b9a12871eb83dbb.tar.bz2
gpt-8d4a7ef236ef139929e63d663b9a12871eb83dbb.zip
*** empty log message ***
Diffstat (limited to 'src/gpt.h')
-rw-r--r--src/gpt.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gpt.h b/src/gpt.h
index dff9dc4..04f28d3 100644
--- a/src/gpt.h
+++ b/src/gpt.h
@@ -87,8 +87,7 @@ typedef struct
} PACKED MBR;
-typedef struct {
- GPT_header header,alt_header;
+typedef struct
+{
+ GPT_header header, alt_header;
} GPT_headers;
-
-