summaryrefslogtreecommitdiff
path: root/lzf.c
diff options
context:
space:
mode:
authorpcg <pcg>2003-12-23 04:52:00 +0000
committerpcg <pcg>2003-12-23 04:52:00 +0000
commitd5607e01318876986723cab8e02cb479c7636e5d (patch)
tree3ad20b59dc62ff1ef5511538c5f899b14c5e6231 /lzf.c
parent3d0092ba13033a7f502240c12b748cebe6ed84cf (diff)
*** empty log message ***
Diffstat (limited to 'lzf.c')
-rw-r--r--lzf.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lzf.c b/lzf.c
index cc979e8..b382b6d 100644
--- a/lzf.c
+++ b/lzf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2002 Marc Alexander Lehmann <pcg@goof.com>
+ * Copyright (c) 2000-2003 Marc Alexander Lehmann <pcg@goof.com>
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
@@ -37,13 +37,15 @@
#include "lzf.h"
+typedef unsigned char u8;
+
static void
usage (int ec)
{
fprintf (stderr, "\n"
- "lzf, a very leightweight compression/decompression filter\n"
+ "lzf, a very lightweight compression/decompression filter\n"
"written by Marc Lehmann <pcg@goof.com> You can find more info at\n"
- "http://liblzv.plan9.de/\n"
+ "http://liblzf.plan9.de/\n"
"\n"
"USAGE: lzf -c [-b blocksize] | -d\n"
" -c compress\n"