Upps - lost commit meesage, so here:
[hclip.git] / hclip.c
diff --git a/hclip.c b/hclip.c
index 7554316..55f0494 100644 (file)
--- a/hclip.c
+++ b/hclip.c
@@ -589,7 +589,8 @@ receiveTarget(GtkClipboard *clipboard, GdkAtom *atoms, gint n_atoms, gpointer da
         * request contents
         */
        text = gtk_clipboard_wait_for_text(clipboard);
-       if (text) /* be carefull - world has a lot of unexpected events :) */ 
+       /* be carefull - world has a lot of unexpected events :) */
+       if (text)
                addMenuItem( (ClipboardDescr*)data, text );
 }