diff options
Diffstat (limited to 'lib/inflate.c')
-rw-r--r-- | lib/inflate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inflate.c b/lib/inflate.c index 013a76193481..fbaf03c1748d 100644 --- a/lib/inflate.c +++ b/lib/inflate.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | #define DEBG(x) | 2 | #define DEBG(x) |
2 | #define DEBG1(x) | 3 | #define DEBG1(x) |
3 | /* inflate.c -- Not copyrighted 1992 by Mark Adler | 4 | /* inflate.c -- Not copyrighted 1992 by Mark Adler |