Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9f52c2d authored by Christian Borntraeger's avatar Christian Borntraeger Committed by Martin Schwidefsky
Browse files

s390/defkeymap: fix global init to zero

parent 936b2161
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ char ebc_func_buf[] = {

char *ebc_funcbufptr = ebc_func_buf;
int ebc_funcbufsize = sizeof(ebc_func_buf);
int ebc_funcbufleft = 0;	  /* space left */
int ebc_funcbufleft;		/* space left */

char *ebc_func_table[MAX_NR_FUNC] = {
	ebc_func_buf + 0,