From b6e57b11d3f1215aee131d0c2d619dd968971b0a Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 9 Nov 2009 19:20:08 +0100 Subject: [PATCH] Fix glitch in last commit to make it build --- plug-ins/maze/maze-dialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plug-ins/maze/maze-dialog.c b/plug-ins/maze/maze-dialog.c index d7d8c442a7..a7b6e40030 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);