diff -r 9b9d43988058 -r 7d5df545bd5d minilzo.h --- a/minilzo.h Sat Sep 17 13:57:01 2005 +0000 +++ b/minilzo.h Sun Sep 18 20:56:44 2005 +0000 @@ -40,8 +40,8 @@ */ -#ifndef __MINILZO_H -#define __MINILZO_H +#ifndef MINILZO_H +#define MINILZO_H #define MINILZO_VERSION 0x1080 @@ -98,5 +98,5 @@ } /* extern "C" */ #endif -#endif /* already included */ +#endif /* MINILZO_H */