diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-23 18:30:16 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-23 18:30:16 +0200 |
commit | 7bfd6f27292607ecb1e20b04e0fea8400fcaffe0 (patch) | |
tree | 7df987cbb2c2ab273a3143630848a19ee6fad27c /menu_commands.c | |
parent | b08459c154b41421bcfde5fb585738af78e59f12 (diff) | |
download | vdr-plugin-epgsearch-7bfd6f27292607ecb1e20b04e0fea8400fcaffe0.tar.gz vdr-plugin-epgsearch-7bfd6f27292607ecb1e20b04e0fea8400fcaffe0.tar.bz2 |
polishing code formatting.
Diffstat (limited to 'menu_commands.c')
-rw-r--r-- | menu_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_commands.c b/menu_commands.c index b1ed8db..0ceb1af 100644 --- a/menu_commands.c +++ b/menu_commands.c @@ -43,7 +43,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch // --- cMenuSearchCommands --------------------------------------------------------- cMenuSearchCommands::cMenuSearchCommands(const char *Title, const cEvent* Event, bool DirectCall, cSearchExt* Search) - :cOsdMenu(Title) +:cOsdMenu(Title) { SetMenuCategory(mcCommand); |