Avoid a warning when compiling in embedded mode
This commit is contained in:
parent
ed346f186e
commit
52c876307f
|
@ -65,11 +65,13 @@ struct _TerminalTab
|
|||
|
||||
|
||||
/* constants */
|
||||
#ifndef EMBEDDED
|
||||
static char const * _authors[] =
|
||||
{
|
||||
"Pierre Pronchery <khorben@defora.org>",
|
||||
NULL
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
/* prototypes */
|
||||
|
|
Loading…
Reference in New Issue
Block a user