diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 8be5fb319b0..08d483f4fa0 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -2721,7 +2721,7 @@ typedef struct tty_menu_struct | |||
| 2721 | 2721 | ||
| 2722 | /* Create a brand new menu structure. */ | 2722 | /* Create a brand new menu structure. */ |
| 2723 | 2723 | ||
| 2724 | static tty_menu * | 2724 | static tty_menu * ATTRIBUTE_MALLOC |
| 2725 | tty_menu_create (void) | 2725 | tty_menu_create (void) |
| 2726 | { | 2726 | { |
| 2727 | return xzalloc (sizeof *tty_menu_create ()); | 2727 | return xzalloc (sizeof *tty_menu_create ()); |