diff options
author | Po Lu <luangruo@yahoo.com> | 2022-04-15 11:58:09 +0000 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-04-15 12:00:35 +0000 |
commit | 8e464272bdffeb6eb61c3335caea4b415e569549 (patch) | |
tree | 0ec9f9f7161d27378bd45827960c8f510d1b1793 /src/haiku_support.h | |
parent | 4ac25d53af464b7436746ad230f59157c9b32b26 (diff) | |
download | emacs-8e464272bdffeb6eb61c3335caea4b415e569549.tar.gz emacs-8e464272bdffeb6eb61c3335caea4b415e569549.tar.bz2 emacs-8e464272bdffeb6eb61c3335caea4b415e569549.zip |
; * src/haiku_support.h: Fix header coding style.
Diffstat (limited to 'src/haiku_support.h')
-rw-r--r-- | src/haiku_support.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/haiku_support.h b/src/haiku_support.h index 237cedd8fc2..8462df268f8 100644 --- a/src/haiku_support.h +++ b/src/haiku_support.h @@ -632,10 +632,10 @@ extern bool be_drag_message (void *, void *, bool, void (*) (void), extern bool be_drag_and_drop_in_progress (void); #ifdef __cplusplus -extern void *find_appropriate_view_for_draw (void *vw); +extern void *find_appropriate_view_for_draw (void *); } -extern _Noreturn void gui_abort (const char *msg); +extern _Noreturn void gui_abort (const char *); #endif /* _cplusplus */ #endif /* _HAIKU_SUPPORT_H_ */ |