mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-02 13:12:53 +03:00
* dialog.h: Removed a comma at the end of an enumeration, because
ANSI does not permit it.
This commit is contained in:
parent
e64958776a
commit
5185abce21
@ -1,3 +1,8 @@
|
||||
2005-04-07 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* dialog.h: Removed a comma at the end of an enumeration, because
|
||||
ANSI does not permit it.
|
||||
|
||||
2005-04-06 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* x11conn.c (x_io_error_handler): Close the X11 connection when
|
||||
|
@ -45,7 +45,7 @@ typedef enum {
|
||||
WIDGET_DESTROY, /* Sent to widget at destruction time */
|
||||
WIDGET_CURSOR, /* Sent to widget to position the cursor */
|
||||
WIDGET_IDLE, /* Sent to widgets with options & W_WANT_IDLE*/
|
||||
WIDGET_RESIZED, /* Sent after a widget has been resized */
|
||||
WIDGET_RESIZED /* Sent after a widget has been resized */
|
||||
} widget_msg_t;
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user