summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include/trv_main.h')
-rw-r--r--apps/graphics/traveler/include/trv_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/traveler/include/trv_main.h b/apps/graphics/traveler/include/trv_main.h
index 08d16ef2b..62c5ad61f 100644
--- a/apps/graphics/traveler/include/trv_main.h
+++ b/apps/graphics/traveler/include/trv_main.h
@@ -56,6 +56,6 @@ extern bool g_trv_terminate;
* Public Function Prototypes
****************************************************************************/
-void trv_abort(FAR char *format, ...);
+void trv_abort(FAR char *format, ...) noreturn_function;
#endif /* __APPS_GRAPHICS_TRAVELER_INCLUDE_TRV_MAIN_H */