AboutSystem: minor coding style cleanup.

This commit is contained in:
Axel Dörfler 2014-07-23 00:39:42 +02:00
parent 01133a682c
commit 7e4afecfd5
1 changed files with 3 additions and 0 deletions

View File

@ -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