diff options
Diffstat (limited to 'Xenogears/test-dlzss.cpp')
-rw-r--r-- | Xenogears/test-dlzss.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Xenogears/test-dlzss.cpp b/Xenogears/test-dlzss.cpp index ecd0f7e..4591b9d 100644 --- a/Xenogears/test-dlzss.cpp +++ b/Xenogears/test-dlzss.cpp @@ -1,7 +1,7 @@ -#include <stdio.h> -#include "lzss.h" - -int main(void) { - lzss_decomp(0, 1); - return 0; -} +#include <stdio.h>
+#include "lzss.h"
+
+int main(void) {
+ lzss_decomp(0, 1);
+ return 0;
+}
|