diff options
author | Christoph Lohmann <20h@r-36.net> | 2014-09-28 08:03:42 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2014-09-28 08:03:42 +0200 |
commit | 3e89b4451cfac593e233e449b9a403720598b08f (patch) | |
tree | b23ebf378f0fba79655f7bb85aef28d715408dfd | |
parent | dd705d43eb13493b682e214748d1810fc6254452 (diff) | |
download | surf-3e89b4451cfac593e233e449b9a403720598b08f.tar.gz surf-3e89b4451cfac593e233e449b9a403720598b08f.tar.bz2 surf-3e89b4451cfac593e233e449b9a403720598b08f.zip |
Minor style change.
-rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -993,7 +993,7 @@ menuactivate(GtkMenuItem *item, Client *c) { uri = gtk_clipboard_wait_for_text(clpbrd); if(uri) gtk_clipboard_set_text(prisel, uri, -1); - } + } } static void |