diff options
| author | Richard M. Stallman | 1998-04-25 23:33:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-25 23:33:59 +0000 |
| commit | adfea139b384bba3c1decd7f72725d11f00b9d17 (patch) | |
| tree | 1073267f87c29bda4b3a78072e46550be969f38f /src | |
| parent | 62b82678be0be828d34c58ca547af421a2e91fab (diff) | |
| download | emacs-adfea139b384bba3c1decd7f72725d11f00b9d17.tar.gz emacs-adfea139b384bba3c1decd7f72725d11f00b9d17.zip | |
(unload_color): No longer static.
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; |