aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index d393a60f23b..790cc368552 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -396,7 +396,7 @@ load_color (f, name)
396 return (unsigned long) color.pixel; 396 return (unsigned long) color.pixel;
397} 397}
398 398
399static void 399void
400unload_color (f, pixel) 400unload_color (f, pixel)
401 struct frame *f; 401 struct frame *f;
402 unsigned long pixel; 402 unsigned long pixel;