From a9fc2380121f46a3cc752ce89889c040352b71ba Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 2 Jun 2015 14:17:37 +0200 Subject: [PATCH] Turn C++ comments into C comment --- menu/menu_entry.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/menu/menu_entry.c b/menu/menu_entry.c index 0f7a3fee71..fa5ee3fc96 100644 --- a/menu/menu_entry.c +++ b/menu/menu_entry.c @@ -448,10 +448,13 @@ int menu_entry_get_current_id(bool use_representation) return -1; } -// Performs whatever actions are associated with menu entry 'i'. This -// is the most important function because it does all the work -// associated with clicking on things in the UI. This includes loading -// cores and updating the currently displayed menu +/* Performs whatever actions are associated with menu entry 'i'. + * + * This is the most important function because it does all the work + * associated with clicking on things in the UI. + * + * This includes loading cores and updating the + * currently displayed menu. */ int menu_entry_select(uint32_t i) { menu_entry_t entry;