[gimp/metadata-browser] file-png: Move comment to correct function
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-png: Move comment to correct function
- Date: Fri, 2 Dec 2011 02:18:45 +0000 (UTC)
commit cf53c752822048d66beb0791dd81ff55d27082dd
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 11 10:22:00 2011 +0530
file-png: Move comment to correct function
plug-ins/common/file-png.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/common/file-png.c b/plug-ins/common/file-png.c
index ae78aca..2705189 100644
--- a/plug-ins/common/file-png.c
+++ b/plug-ins/common/file-png.c
@@ -668,10 +668,6 @@ on_read_error (png_structp png_ptr, png_const_charp error_msg)
longjmp (png_jmpbuf (png_ptr), 1);
}
-/*
- * 'load_image()' - Load a PNG image into a new image window.
- */
-
static int
get_bit_depth_for_palette (int num_palette)
{
@@ -685,6 +681,9 @@ get_bit_depth_for_palette (int num_palette)
return 8;
}
+/*
+ * 'load_image()' - Load a PNG image into a new image window.
+ */
static gint32
load_image (const gchar *filename,
gboolean interactive,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]