Typo fix
authorJT Olds <hello@jtolds.com>
Mon, 13 Jul 2015 22:36:53 +0000 (16:36 -0600)
committerJT Olds <hello@jtolds.com>
Mon, 13 Jul 2015 22:37:18 +0000 (16:37 -0600)
common.h

index 143af6a1c945822c5a4e255a8f9fbfe992c203ff..95e9349a076e9e7b991bc123a2d605ee7072356d 100644 (file)
--- a/common.h
+++ b/common.h
@@ -40,7 +40,7 @@ struct pids_t {
 
 struct constchar_t {
        const char *value;
-        LIST_ENTRY(pids_t) pointers;
+        LIST_ENTRY(constchar_t) pointers;
 };
 
 enum mode_t {