summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormtdjr2018-07-09 15:50:04 -0400
committerDrashna Jaelre2018-07-09 12:50:04 -0700
commit8ee97f7c995f6796d1297945a6f5c887fa667f00 (patch)
tree1f8fa940199f95bd8501189c9f45509c8eb73b0d
parent11f8414401e0721fad04ea40986baae10d0b06b8 (diff)
Correct conditional in mtdjr userspace (#3361)
-rw-r--r--users/mtdjr/mtdjr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/mtdjr/mtdjr.c b/users/mtdjr/mtdjr.c
index 1d47d88ee..ac5c5911f 100644
--- a/users/mtdjr/mtdjr.c
+++ b/users/mtdjr/mtdjr.c
@@ -153,5 +153,5 @@ uint32_t layer_state_set_user(uint32_t state) {
break;
}
return state;
-}
#endif
+}