diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-01-02 18:52:46 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-01-02 18:52:46 +0200 |
commit | f4b69d553a249ace3694e3b4fd307ddffa156d7d (patch) | |
tree | 26dbcfe83c94350b492ccb5e1a0ba2f9d1582fc5 /utils/test-static-assert.c | |
parent | Merge pull request #203 (diff) | |
download | monero-f4b69d553a249ace3694e3b4fd307ddffa156d7d.tar.xz |
year updated in license
Diffstat (limited to 'utils/test-static-assert.c')
-rw-r--r-- | utils/test-static-assert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test-static-assert.c b/utils/test-static-assert.c index fcac11ce7..3e612bbc7 100644 --- a/utils/test-static-assert.c +++ b/utils/test-static-assert.c @@ -3,4 +3,4 @@ static_assert(1, "FAIL"); int main(int argc, char *argv[]) { return 0; -}
\ No newline at end of file +} |