From 2ab390b1c63f512eae73bea4a2b3a9d9daf33819 Mon Sep 17 00:00:00 2001 From: JT Olds Date: Mon, 13 Jul 2015 16:36:53 -0600 Subject: [PATCH] Typo fix --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 143af6a..95e9349 100644 --- 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 {