freemyipod r667 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r666‎ | r667 | r668 >
Date:19:28, 25 March 2011
Author:theseven
Status:new
Tags:
Comment:
iPod Classic boot menu: Remove some unneccessary casts
Modified paths:
  • /apps/bootmenu-ipodclassic/main.c (modified) (history)

Diff [purge]

Index: apps/bootmenu-ipodclassic/main.c
@@ -495,12 +495,12 @@
496496 .items =
497497 {
498498 {
499 - .user = (void*)run_powerdown,
 499+ .user = run_powerdown,
500500 .actionparams = NULL,
501501 .renderparams = &mainchooser_rparams_powerdown
502502 },
503503 {
504 - .user = (void*)run_rockbox,
 504+ .user = run_rockbox,
505505 .actionparams = NULL,
506506 .renderparams = &mainchooser_rparams_rockbox
507507 },