cleanup, use '\0' when talking about a char
This commit is contained in:
parent
ff384526cc
commit
2129197f1f
|
|
@ -123,6 +123,6 @@ static char *EVTbitmap(int i)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
*(p) = 0;
|
*(p) = '\0';
|
||||||
return(s);
|
return(s);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue