Cosmet updates to some comments
This commit is contained in:
parent
689797562f
commit
c8e7cce4f8
@ -772,7 +772,7 @@ int nxwm_main(int argc, char *argv[])
|
|||||||
|
|
||||||
#ifdef CONFIG_NXWM_TOUCHSCREEN
|
#ifdef CONFIG_NXWM_TOUCHSCREEN
|
||||||
#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA
|
#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA
|
||||||
// There are two possibilies: (1) We started the calibration earlier and now
|
// There are two possibilities: (1) We started the calibration earlier and now
|
||||||
// need to obtain the calibration data from the calibration process, or (2)
|
// need to obtain the calibration data from the calibration process, or (2)
|
||||||
// We have already obtained stored calibration data in which case, the calibration
|
// We have already obtained stored calibration data in which case, the calibration
|
||||||
// process never ran.
|
// process never ran.
|
||||||
|
@ -1102,7 +1102,7 @@ void CMediaPlayer::checkFileSelection(void)
|
|||||||
if (!openMediaFile(m_listbox->getSelectedOption()))
|
if (!openMediaFile(m_listbox->getSelectedOption()))
|
||||||
{
|
{
|
||||||
// Go to the STOPPED state on a failure to open the media file
|
// Go to the STOPPED state on a failure to open the media file
|
||||||
// The play button will be disable because m_fileIndex == -1.
|
// The play button will be disabled because m_fileIndex == -1.
|
||||||
|
|
||||||
gdbg("openMediaFile failed\n");
|
gdbg("openMediaFile failed\n");
|
||||||
m_fileIndex = -1;
|
m_fileIndex = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user