diff options
author | 2019-02-03 16:57:36 +0800 | |
---|---|---|
committer | 2019-02-03 01:23:00 +0000 | |
commit | aa6a8abc06feb0b54c4ccc626ea067c21dc8a660 (patch) | |
tree | a357aaad12ce2cb072e97c25bd54567b3ca62fda | |
parent | 3a917187a40a57af6f504609221ea4e91168f6ce (diff) |
Don't Merge: test for publish artifacts
Change-Id: Ic37a1ff6eabc67cef83c46cbacdfad1e162dce33
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
-rw-r--r-- | src/scvpp/src/sc_vpp_comm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scvpp/src/sc_vpp_comm.c b/src/scvpp/src/sc_vpp_comm.c index 9059ff7..f7d3b89 100644 --- a/src/scvpp/src/sc_vpp_comm.c +++ b/src/scvpp/src/sc_vpp_comm.c @@ -71,4 +71,3 @@ int sc_end_with(const char* str, const char* end) return 0; } - |