diff options
author | Marcus Boerger <helly@php.net> | 2002-08-07 16:35:48 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-08-07 16:35:48 +0000 |
commit | abb280e9f795087fdfc08f8112ea200d1ed564be (patch) | |
tree | 83cc377623fe5eeb466449449f847f18325dbf82 | |
parent | 36986742ae22c944f779b04edc03954cbfddd6d3 (diff) | |
download | php-git-abb280e9f795087fdfc08f8112ea200d1ed564be.tar.gz |
left on debug infos
#overlooked that in diff
-rw-r--r-- | ext/exif/exif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 559788719f..a2043f14dc 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -67,7 +67,7 @@ * while extending the module as it shows if you are at the right position. * You are always considered to have a copy of TIFF6.0 and EXIF2.10 standard. */ -#define EXIF_DEBUG +#undef EXIF_DEBUG #undef EXIF_JPEG2000 |