From d4c6c995ba70f95b1692677e5acf04ecbba19ef3 Mon Sep 17 00:00:00 2001 From: jede Date: Sun, 24 Sep 2017 11:57:52 +0200 Subject: [PATCH] Correcting missing return line :/ --- cfg/telestrat.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/telestrat.cfg b/cfg/telestrat.cfg index 2b26f4d6e..42e8d2cb5 100644 --- a/cfg/telestrat.cfg +++ b/cfg/telestrat.cfg @@ -37,4 +37,4 @@ FEATURES { count = __INTERRUPTOR_COUNT__, segment = RODATA, import = __CALLIRQ__; -} \ No newline at end of file +}