Diff between 7e92a9cbe64ebdfe39d1fccf82809576c79f9ace and 58fef2e692134546f0ac4462b92e6f6b3395790b

Changed Files

File Additions Deletions Status
attrib/interactive.c +1 -1 modified

Full Patch

diff --git a/attrib/interactive.c b/attrib/interactive.c
index 50f7e44..1ea35cd 100644
--- a/attrib/interactive.c
+++ b/attrib/interactive.c
@@ -60,7 +60,7 @@ struct characteristic_data {
 
 static void cmd_help(int argcp, char **argvp);
 
-enum state {
+static enum state {
 	STATE_DISCONNECTED,
 	STATE_CONNECTING,
 	STATE_CONNECTED