From 7e4afecfd5589026132966f1ae2cc73e059ab2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 23 Jul 2014 00:39:42 +0200 Subject: [PATCH] AboutSystem: minor coding style cleanup. --- src/apps/aboutsystem/Credits.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/aboutsystem/Credits.h b/src/apps/aboutsystem/Credits.h index ddc8fffe8b..67f4796734 100644 --- a/src/apps/aboutsystem/Credits.h +++ b/src/apps/aboutsystem/Credits.h @@ -11,11 +11,13 @@ #ifndef CREDITS_H #define CREDITS_H + typedef struct { const char* languageCode; const char* names; } Translation; + static const Translation kTranslations[] = { { "ar", "Khaled Berraoui (khallebal)\n" @@ -385,4 +387,5 @@ static const Translation kTranslations[] = { "Jonathan Yoder\n" \ "\n" + #endif // CREDITS_H