diff options
-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; } - |