1
Fork 0
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:
Po Lu 2022-04-15 11:58:09 +00:00
parent 4ac25d53af
commit 8e464272bd

View file

@ -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_ */