[gimp] Fix glitch in last commit to make it build



commit b6e57b11d3f1215aee131d0c2d619dd968971b0a
Author: Michael Natterer <mitch gimp org>
Date:   Mon Nov 9 19:20:08 2009 +0100

    Fix glitch in last commit to make it build

 plug-ins/maze/maze-dialog.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/maze/maze-dialog.c b/plug-ins/maze/maze-dialog.c
index d7d8c44..a7b6e40 100644
--- a/plug-ins/maze/maze-dialog.c
+++ b/plug-ins/maze/maze-dialog.c
@@ -102,8 +102,7 @@ static gchar buffer[BUFSIZE];
     We need to block signal handlers for div_entry this time.  We
       happen to know that div_entry's callback data is our old
       "friend", so we pull our friend out from where we stuck him in
-      the entry's userdata...  Hopefully that does it.  */
-
+      the entry's userdata...  Hopefully that does it.
 */
 
 static void        maze_message          (const gchar *message);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]