[client] egl: ensure the preprocessed files have a null terminator

This commit is contained in:
Geoffrey McRae 2022-07-30 20:53:05 +10:00
parent 894b8b0c22
commit bbc9204bfe

View File

@ -10,4 +10,4 @@ function process(line, second) {
}
}
{ process($0, $2) }
{ process($0, $2) } END { print "\0"; }