Skip to content

Commit

Permalink
Include trailing zero in license
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 14, 2017
1 parent 412802a commit e6a36e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/templates/license.h.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

static char const licenseText[] = {
@LICENSE_TEXT@
@LICENSE_TEXT@, 0
};

0 comments on commit e6a36e0

Please sign in to comment.