commit d81d2abfc17bd2fd3e4b40fe603b6e8c42729a2f parent fd61f98bcc7c95d74ceeecde2e4e67cfb5bce2f4 Author: lostd <lostd@2f30.org> Date: Sun, 15 May 2016 14:19:50 +0100 Naming change Diffstat:
M | spoon.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/spoon.c b/spoon.c @@ -185,7 +185,7 @@ entcat(char *line, size_t len) } void -xsetroot(void) +loop(void) { char line[BUFSIZ]; Display *dpy; @@ -209,6 +209,6 @@ xsetroot(void) int main(void) { - xsetroot(); + loop(); return 0; }