about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-02-01 16:51:12 +0100
committerGitHub <noreply@github.com>2022-02-01 16:51:12 +0100
commit9a1311a82660fc0ce2bacc64d5324b90b3345476 (patch)
treea6785f2ccb8bdbadba8b33bb3599c9ab78fd1b77 /src/tools
parente31e2877fc5a0d910cf803ca547847be9d0f5ac6 (diff)
parent196f20a7d51ca4e5854432405547a6b90ea4196d (diff)
downloadprofani-tty-9a1311a82660fc0ce2bacc64d5324b90b3345476.tar.gz
Merge pull request #1631 from profanity-im/fix-1628
Fix #1628
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/clipboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clipboard.c b/src/tools/clipboard.c
index b2ea1bf3..a9f67eac 100644
--- a/src/tools/clipboard.c
+++ b/src/tools/clipboard.c
@@ -63,7 +63,7 @@ clipboard_get(void)
         return NULL;
     }
 
-    //while(!gtk_clipboard_wait_is_text_available(cld)) {}
+    // while(!gtk_clipboard_wait_is_text_available(cld)) {}
 
     clip = gtk_clipboard_wait_for_text(cl);
     return clip;