mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
cleanup, use '\0' when talking about a char
This commit is contained in:
@@ -123,6 +123,6 @@ static char *EVTbitmap(int i)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
*(p) = 0;
|
*(p) = '\0';
|
||||||
return(s);
|
return(s);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user