[gimp/metadata-browser] app: Fix assignment (may be confused as compound assignment)
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: Fix assignment (may be confused as compound assignment)
- Date: Fri, 2 Dec 2011 02:01:06 +0000 (UTC)
commit 42eaee24d2f746f79a1d1793a3277d04f1021d36
Author: Mukund Sivaraman <muks banu com>
Date: Sun Oct 2 19:14:47 2011 +0530
app: Fix assignment (may be confused as compound assignment)
app/display/gimpdisplayshell-render.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-render.c b/app/display/gimpdisplayshell-render.c
index b74ce94..f1f8334 100644
--- a/app/display/gimpdisplayshell-render.c
+++ b/app/display/gimpdisplayshell-render.c
@@ -859,7 +859,7 @@ render_image_tile_fault (RenderInfo *info)
}
else
{
- tilexL =- 1; /* this forces a refetch of the left most source
+ tilexL = -1; /* this forces a refetch of the left most source
samples */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]