JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new stuff
[dwm.git] / client.c
index a5141ea..1e693f7 100644 (file)
--- a/client.c
+++ b/client.c
@@ -14,7 +14,7 @@ update_client_name(Client *c)
 {
        XTextProperty name;
        int n;
-       char **list = 0;
+       char **list = NULL;
 
        name.nitems = 0;
        c->name[0] = 0;