From 1a32fc2490749bfa11b0b81c99e17e65ef368e0c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 24 Aug 2013 06:26:08 +0200
Subject: [PATCH] Reformatted map_objects.h to ensure max line length of 80
 chars.

---
 src/map_objects.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/map_objects.h b/src/map_objects.h
index 0158648..a905b7b 100644
--- a/src/map_objects.h
+++ b/src/map_objects.h
@@ -91,7 +91,8 @@ extern void * build_map_objects(struct World * world, void * start, char def_id,
  */
 extern uint8_t write_map_objects(struct World * world, void * start,
                                  FILE * file);
-extern uint8_t read_map_objects(struct World * world, void * start, FILE * file);
+extern uint8_t read_map_objects(struct World * world, void * start,
+                                FILE * file);
 
 
 
-- 
2.30.2