summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/baresip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/baresip.h b/include/baresip.h
index ef42f2f..1143755 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -643,7 +643,7 @@ int ui_password_prompt(char **passwordp);
/* special keys */
#define KEYCODE_NONE (0x00)
-#define KEYCODE_REL (-1) /* Key was released */
+#define KEYCODE_REL (0x04) /* Key was released */
#define KEYCODE_ESC (0x1b)