mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-09 05:08:02 +02:00
util: fix a comment to use the right decimal marker for english
This commit is contained in:
parent
22c94fd916
commit
e3091a1802
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ xalloc(size_t size)
|
|||
{
|
||||
void *p;
|
||||
|
||||
/* We never need to alloc anything more than 1,5 MB so we can assume
|
||||
/* We never need to alloc anything more than 1.5 MB so we can assume
|
||||
* if we ever get above that something's going wrong */
|
||||
if (size > 1536 * 1024)
|
||||
assert(!"bug: internal malloc size limit exceeded");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue