containing ui setup steps in the profiling again.
[platform/upstream/expedite.git] / src / bin / textblock_text_fill_format.c
index 7c941fb..8b938cf 100644 (file)
@@ -106,8 +106,7 @@ void FNAME(void);
 # ifndef UI
 void FNAME(void)
 {
-   _setup();
-   ui_func_set(_key, _loop);
+   ui_func_set(_key, _loop, _setup);
 }
 # endif
 #endif