diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macfns.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macfns.c b/src/macfns.c index dd74808d1cf..408600c56bb 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -1985,7 +1985,8 @@ mac_update_proxy_icon (f) | |||
| 1985 | } | 1985 | } |
| 1986 | #endif | 1986 | #endif |
| 1987 | 1987 | ||
| 1988 | void mac_update_title_bar (f, save_match_data) | 1988 | void |
| 1989 | mac_update_title_bar (f, save_match_data) | ||
| 1989 | struct frame *f; | 1990 | struct frame *f; |
| 1990 | int save_match_data; | 1991 | int save_match_data; |
| 1991 | { | 1992 | { |