summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c
index 9fd8dfd75..db8392ccc 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -2530,7 +2530,7 @@ static struct mousetable
* Return the modifier mask bit (MOD_MASK_*) which corresponds to the given
* modifier name ('S' for Shift, 'C' for Ctrl etc).
*/
- int
+ static int
name_to_mod_mask(int c)
{
int i;