diff tools/packed.c @ 1041:d0f80f6a0c65

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 17:17:52 +0200
parents 54970cd5acf0
children 5a8d29b88431
line wrap: on
line diff
--- a/tools/packed.c	Sun Mar 01 17:17:36 2015 +0200
+++ b/tools/packed.c	Sun Mar 01 17:17:52 2015 +0200
@@ -265,7 +265,8 @@
 
 
 int dmPackAddFile(DMPackFile * pack, const char *filename,
-    const Uint32 flags, const BOOL compress, int level, DMPackEntry ** ppEntry)
+    const Uint32 flags, const BOOL compress, int level,
+    DMPackEntry ** ppEntry)
 {
     Uint64 startOffs, outSize;
     Uint8 *inBuffer = NULL, *outBuffer = NULL;