diff --git a/manifest.xml b/manifest.xml
index 9b8bde7..0c6a4a2 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -9,7 +9,6 @@
-
diff --git a/source-lowmem-fenixchronos/GRunApp.mc b/source-lowmem-fenixchronos/GRunApp.mc
index f230357..9502943 100644
--- a/source-lowmem-fenixchronos/GRunApp.mc
+++ b/source-lowmem-fenixchronos/GRunApp.mc
@@ -31,7 +31,7 @@ class GRunApp extends Application.AppBase
}
- function getYOffset(font)
+ public static function getYOffset(font)
{
var yOffset = -1;
if (font <= 3) { yOffset = -2; }