aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/heap.h')
-rw-r--r--engines/sci/engine/heap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/engine/heap.h b/engines/sci/engine/heap.h
index 8c1f0dd3f4..181bd1925d 100644
--- a/engines/sci/engine/heap.h
+++ b/engines/sci/engine/heap.h
@@ -35,8 +35,7 @@
typedef guint16 heap_ptr;
-typedef struct
-{
+typedef struct {
byte* start;
byte* base;
unsigned int first_free;