aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.rs')
-rw-r--r--src/map.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.rs b/src/map.rs
index b24474b..7e6441d 100644
--- a/src/map.rs
+++ b/src/map.rs
@@ -6,7 +6,7 @@ use {Action, HeadphoneButton, MapAction, MapKind};
use ffi::State;
use sounds;
-pub fn run_key_action_for_mode<'a>(
+pub fn run_key_action<'a>(
state: &mut State,
trigger: &'a [HeadphoneButton],
) {