summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index a058a7d90..1570ad094 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -2695,7 +2695,7 @@ sort_files (void)
{
/* `func' must be `volatile', so it can't be
clobbered by a `longjmp' into this function. */
- volatile int (*func) (V, V);
+ int (* volatile func) (V, V);
switch (sort_type)
{