Avoid a warning when compiling in embedded mode
This commit is contained in:
parent
ed346f186e
commit
52c876307f
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user