Move comment to right place

This commit is contained in:
Qball Cow 2015-06-09 18:14:09 +02:00
parent e5caaf9d1a
commit 00ffa9f148
1 changed files with 1 additions and 1 deletions

View File

@ -271,8 +271,8 @@ int dmenu_switcher_dialog ( char **input )
selected_line = MIN ( next_pos, length - 1 );
}
retv = TRUE;
// Custom input
}
// Custom input
else if ( ( mretv & ( MENU_CUSTOM_INPUT ) ) ) {
dmenu_output_formatted_line ( format, *input, -1, *input );
retv = TRUE;