diff options
-rw-r--r-- | src/sls.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sls.cpp b/src/sls.cpp index 7265a0e..9046655 100644 --- a/src/sls.cpp +++ b/src/sls.cpp @@ -413,7 +413,6 @@ bool SLSManager::encodeFile(const std::string& fname, int fidx, bool raw_slides) #else fprintf(stderr, "ODR-PadEnc has not been compiled with MagickWand, only RAW slides are supported!\n"); - ret = -1; goto encodefile_out; #endif } |