src/bmp.cpp
branchNewGRF_ports
changeset 6743 cabfaa4a0295
parent 6449 e520244dc71e
child 6872 1c4a4a609f85
child 8533 a9b708fe4a00
--- a/src/bmp.cpp	Tue Jul 31 23:31:45 2007 +0000
+++ b/src/bmp.cpp	Fri Aug 03 18:10:15 2007 +0000
@@ -9,7 +9,8 @@
 #include "macros.h"
 #include "helpers.hpp"
 
-void BmpInitializeBuffer(BmpBuffer *buffer, FILE *file) {
+void BmpInitializeBuffer(BmpBuffer *buffer, FILE *file)
+{
 	buffer->pos      = -1;
 	buffer->file     = file;
 	buffer->read     = 0;