small README tweak + remove comment - xscreenshot - screen capture tool
(HTM) git clone git://git.codemadness.org/xscreenshot
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit caf336af3691d3514b5b0afb596b4dfaf273f1e2
(DIR) parent e2d09a8e0399846975b3bd8d09fa482d65f95617
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 4 Mar 2020 00:49:33 +0100
small README tweak + remove comment
Diffstat:
M README | 2 +-
M xscreenshot.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
---
(DIR) diff --git a/README b/README
@@ -20,7 +20,7 @@ Dependencies
Optional dependencies
---------------------
-- To convert farbfeld data you can use ff2png from:
+- To convert farbfeld data you can use ff2jpg or ff2png from:
https://git.suckless.org/farbfeld/
(DIR) diff --git a/xscreenshot.c b/xscreenshot.c
@@ -1,4 +1,3 @@
-/* see LICENSE / README for more info */
#include <arpa/inet.h>
#include <err.h>