tPut main function name on separate line - lego_film_processor - software for rotary photographic film processor with Lego Mindstorms RCX
(HTM) git clone git://src.adamsgaard.dk/lego_film_processor
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit fb0e3f1729b62745879abd2f81fca160eb7f5a06
(DIR) parent cc2bea7bc1c570d2f4a7581d37528091967bbc66
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 7 Jul 2019 20:39:19 +0200
Put main function name on separate line
Diffstat:
M lego_jobo.nqc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/lego_jobo.nqc b/lego_jobo.nqc
t@@ -23,7 +23,8 @@ end_chime(int repeats)
}
}
-task main()
+task
+main()
{
int t_current, t_end;