diff options
Diffstat (limited to 'xdelta3/xdelta3.c')
-rwxr-xr-x | xdelta3/xdelta3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3.c b/xdelta3/xdelta3.c index 146fc37..9d6c3b6 100755 --- a/xdelta3/xdelta3.c +++ b/xdelta3/xdelta3.c | |||
@@ -2533,7 +2533,7 @@ xd3_config_stream(xd3_stream *stream, | |||
2533 | (smatcher->small_lchain == 0 && smatcher->try_lazy)) | 2533 | (smatcher->small_lchain == 0 && smatcher->try_lazy)) |
2534 | { | 2534 | { |
2535 | stream->msg = "invalid soft string-match config"; | 2535 | stream->msg = "invalid soft string-match config"; |
2536 | return XD3_INTERNAL; | 2536 | return XD3_INVALID; |
2537 | } | 2537 | } |
2538 | break; | 2538 | break; |
2539 | }) | 2539 | }) |