diff options
author | Pixel <Pixel> | 2002-05-27 20:05:33 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-05-27 20:05:33 +0000 |
commit | e2fa0166aa8cb791e2e7d8b47adb6e07cbfcc549 (patch) | |
tree | 56ae179b0cd9d9abe7be9018d186bd1250cd934f /Xenogears/test-lz77.cpp | |
parent | aaa76739c3d6dbeb33b1f1027ec93c260fe55b35 (diff) |
Fixing LZSS name.
Diffstat (limited to 'Xenogears/test-lz77.cpp')
-rw-r--r-- | Xenogears/test-lz77.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Xenogears/test-lz77.cpp b/Xenogears/test-lz77.cpp deleted file mode 100644 index 8efce98..0000000 --- a/Xenogears/test-lz77.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> -#include "lz77.h" - -int main(void) { - lz77_comp(0, 1); - return 0; -} |