[eog] Fix typo preventing build with libjpeg-6
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Fix typo preventing build with libjpeg-6
- Date: Tue, 13 Apr 2010 21:58:33 +0000 (UTC)
commit 6ba8f5bc495dd2da1edac7447149c20018df10f8
Author: Felix Riemann <friemann gnome org>
Date: Tue Apr 13 23:57:44 2010 +0200
Fix typo preventing build with libjpeg-6
jpegutils/transupp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jpegutils/transupp.h b/jpegutils/transupp.h
index 00271c5..e45df17 100644
--- a/jpegutils/transupp.h
+++ b/jpegutils/transupp.h
@@ -1,5 +1,5 @@
#if JPEG_LIB_VERSION >= 80
#include "transupp-8a.h"
#else
-#include "transupp-62.h"
+#include "transupp-6b.h"
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]