mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
; * src/haiku_support.h: Fix header coding style.
This commit is contained in:
parent
4ac25d53af
commit
8e464272bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue