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

s390/defkeymap: fix global init to zero

Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 936b2161
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment