[gimp] file-png: Move comment to correct function



commit e0298effdf758f5beb9c01dfe161d33448f4130c
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]