diff options
Diffstat (limited to 'src')
-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 f7d3b89..e93377a 100644 --- a/src/scvpp/src/sc_vpp_comm.c +++ b/src/scvpp/src/sc_vpp_comm.c @@ -70,4 +70,3 @@ int sc_end_with(const char* str, const char* end) } return 0; } - |