diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-26 15:06:40 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-26 15:06:40 +0200 |
commit | 7a7bdef2344c4982d35493a6ce8c5be7b9dfa812 (patch) | |
tree | 753d8aba839b7e2fe50dd097a588eb555d21c6ed | |
parent | 50ca30ea05d343d4d95a9fbf1ce05faa49eaade1 (diff) | |
download | rules-cc-7a7bdef2344c4982d35493a6ce8c5be7b9dfa812.tar.gz |
pkg-config files: properly terminate last line
-rw-r--r-- | CC/EXPRESSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index cec5b8a..6b7b842 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -550,6 +550,7 @@ ] } } + , "" ] } } |