[gegl] libs/rgbe: fix a copy paste typo
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] libs/rgbe: fix a copy paste typo
- Date: Mon, 24 Jan 2011 18:02:14 +0000 (UTC)
commit 1a006f7c312c9af35e81e2a916509f3e82e9ed58
Author: �yvind Kolås <pippin gimp org>
Date: Mon Jan 24 18:01:55 2011 +0000
libs/rgbe: fix a copy paste typo
libs/rgbe/rgbe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libs/rgbe/rgbe.c b/libs/rgbe/rgbe.c
index d86163b..890eb64 100644
--- a/libs/rgbe/rgbe.c
+++ b/libs/rgbe/rgbe.c
@@ -146,7 +146,7 @@ rgbe_header_init (rgbe_header *header)
header->pixel_aspect = 1.0;
header->x_axis.orient = header->y_axis.orient = ORIENT_UNKNOWN;
- header->x_axis.size = header->x_axis.size = 0;
+ header->x_axis.size = header->y_axis.size = 0;
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]