diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
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 | ||
| 399 | static void | 399 | void |
| 400 | unload_color (f, pixel) | 400 | unload_color (f, pixel) |
| 401 | struct frame *f; | 401 | struct frame *f; |
| 402 | unsigned long pixel; | 402 | unsigned long pixel; |