From 07e3637100c1c4c79a56e1e62d238bb9ccd480fe Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 7 Jan 2017 12:48:08 -0600 Subject: [PATCH] Traveler: Missing semicolon in prototype. --- graphics/traveler/include/trv_graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/traveler/include/trv_graphics.h b/graphics/traveler/include/trv_graphics.h index bb68741f1..5e9594d51 100644 --- a/graphics/traveler/include/trv_graphics.h +++ b/graphics/traveler/include/trv_graphics.h @@ -125,7 +125,7 @@ void trv_display_update(struct trv_graphics_info_s *fb); trv_pixel_t *trv_get_renderbuffer(uint16_t width, uint16_t height); #ifdef CONFIG_NX_MULTIUSER -FAR void *trv_nxlistener(FAR void *arg) +FAR void *trv_nxlistener(FAR void *arg); #endif #endif /* __APPS_GRAPHICS_TRAVELER_INCLUDE_TRV_GRAPHICS_H */