diff options
author | William Wilgus <wilgus.william@gmail.com> | 2022-06-21 20:54:00 -0400 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2022-06-21 20:56:46 -0400 |
commit | 75f618ea62a7572e7e0ad4e2d43c41ba3fc3ea36 (patch) | |
tree | 1c5c27429059a8d8d4460569ed8e256193839498 | |
parent | 7e0492444c38f2ed350016be15b6a4d8ba489bcd (diff) | |
download | rockbox-75f618ea62.tar.gz rockbox-75f618ea62.zip |
Rb Manual Fix missing bracket
Fix missing bracket from 7e0492444c38f2ed350016be15b6a4d8ba489bcd g#4568
Change-Id: Iab897ae0c61c7a039a6870980cdb87f5fd33386f
-rwxr-xr-x | manual/configure_rockbox/system_options.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex index 52750f7486..85e6a6b7d6 100755 --- a/manual/configure_rockbox/system_options.tex +++ b/manual/configure_rockbox/system_options.tex @@ -875,9 +875,10 @@ therefore result in better runtime. using the player). You can choose the opposite behavior by holding down any button while plugging in the USB cable. \nopt{fuzeplus}{ - \note{Be aware that holding a button may still perform its normal function, - so it is recommended to use a button without harmful side effects, such as - \ActionStdUsbCharge{}.} + \note{Be aware that holding a button may still perform its normal function, + so it is recommended to use a button without harmful side effects, such as + \ActionStdUsbCharge{}.} + } } \opt{multidrive_usb}{ \subsection{USB Hide Internal Drive} |