small README tweak + remove comment - xscreenshot - screen capture tool | |
git clone git://git.codemadness.org/xscreenshot | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit caf336af3691d3514b5b0afb596b4dfaf273f1e2 | |
parent e2d09a8e0399846975b3bd8d09fa482d65f95617 | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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/ | |
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> |