tNaming change - spoon - dwm status utility (2f30 fork)
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit d81d2abfc17bd2fd3e4b40fe603b6e8c42729a2f
 (DIR) parent fd61f98bcc7c95d74ceeecde2e4e67cfb5bce2f4
 (HTM) 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(-)
       ---
 (DIR) diff --git a/spoon.c b/spoon.c
       t@@ -185,7 +185,7 @@ entcat(char *line, size_t len)
        }
        
        void
       -xsetroot(void)
       +loop(void)
        {
                char line[BUFSIZ];
                Display *dpy;
       t@@ -209,6 +209,6 @@ xsetroot(void)
        int
        main(void)
        {
       -        xsetroot();
       +        loop();
                return 0;
        }