1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-02 20:52:41 +02:00

Fix small typo in OSD save log (#1722)

This commit is contained in:
Joey Babcock
2021-04-20 20:05:28 -07:00
committed by GitHub
parent 7aa86b916f
commit a4a8bdc6d6

View File

@@ -234,7 +234,7 @@ if [ -n "$F_cmd" ]; then
if [ -n "${F_osdPixel+x}" ]; then
echo "SPACE=${F_osdPixel}" >> /system/sdcard/config/osd.conf
/system/sdcard/bin/setconf -k p -v "${F_osdPixel}"
echo "Set OSD pixel betwwen chars to ${F_osdPixel}<br />"
echo "Set OSD pixel between chars to ${F_osdPixel}<br />"
fi
if [ -n "${F_osdY+x}" ]; then
echo "POSY=${F_osdY}" >> /system/sdcard/config/osd.conf