Index: sources/gui/GuiView.h =================================================================== diff -u -r86e9dfbff50cb7e16fd94c16c1c818cef3b47eac -r3caffb866d4c84ac6282dcd36fc2d8f7cad9584d --- sources/gui/GuiView.h (.../GuiView.h) (revision 86e9dfbff50cb7e16fd94c16c1c818cef3b47eac) +++ sources/gui/GuiView.h (.../GuiView.h) (revision 3caffb866d4c84ac6282dcd36fc2d8f7cad9584d) @@ -52,7 +52,7 @@ PROPERTY(bool , sdIsLow , false ) // this property will be set if the sd-card space gets lower than required amount in percent that has been defined in DeviceController. - PROPERTY(qint8 , sdTooLowPecent, -1) // -1 means the event never happened + PROPERTY(qint8 , sdTooLowPecent, -1 ) // -1 means the event never happened // disabled coco end #ifdef BUILD_FOR_DESKTOP