summaryrefslogtreecommitdiff
path: root/xrandr.c
diff options
context:
space:
mode:
Diffstat (limited to 'xrandr.c')
-rw-r--r--xrandr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xrandr.c b/xrandr.c
index 9f63d17..f7eba11 100644
--- a/xrandr.c
+++ b/xrandr.c
@@ -2012,7 +2012,7 @@ pick_crtcs (void)
}
}
-int
+static int
check_strtol(char *s)
{
char *endptr;
@@ -2022,7 +2022,7 @@ check_strtol(char *s)
return result;
}
-int
+static int
check_strtod(char *s)
{
char *endptr;