diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-02-01 16:51:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 16:51:12 +0100 |
commit | 9a1311a82660fc0ce2bacc64d5324b90b3345476 (patch) | |
tree | a6785f2ccb8bdbadba8b33bb3599c9ab78fd1b77 /src/tools | |
parent | e31e2877fc5a0d910cf803ca547847be9d0f5ac6 (diff) | |
parent | 196f20a7d51ca4e5854432405547a6b90ea4196d (diff) | |
download | profani-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.c | 2 |
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; |