rexim 4 years ago
parent
commit
dc6c92fa1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/emote_downloader.cpp

+ 1 - 1
src/emote_downloader.cpp

@@ -597,7 +597,7 @@ int main(int argc, char **argv)
         if(still_alive) curl_multi_wait(cm, NULL, 0, 1000, NULL);
     } while (still_alive || (transfers < downloads.size));
 
-    // TODO: emote_downloader should download and setup the twitter emoji pack
+    // TODO(#156): emote_downloader should download and setup the twitter emoji pack
     // Twitter Emoji Pack: https://twemoji.twitter.com/
 
     return 0;