Avoid a warning when compiling in embedded mode

This commit is contained in:
Pierre Pronchery 2013-02-23 16:48:57 +01:00
parent ed346f186e
commit 52c876307f

View File

@ -65,11 +65,13 @@ struct _TerminalTab
/* constants */ /* constants */
#ifndef EMBEDDED
static char const * _authors[] = static char const * _authors[] =
{ {
"Pierre Pronchery <khorben@defora.org>", "Pierre Pronchery <khorben@defora.org>",
NULL NULL
}; };
#endif
/* prototypes */ /* prototypes */