Include trailing zero in license

This commit is contained in:
Alex Beregszaszi 2017-06-14 14:14:52 +01:00
parent 412802a6c1
commit e6a36e0121

View File

@ -1,5 +1,5 @@
#pragma once
static char const licenseText[] = {
@LICENSE_TEXT@
@LICENSE_TEXT@, 0
};