Browse code

Fix error description.

Dario Rodriguez authored on 16/01/2022 14:38:07
Showing 1 changed files
... ...
@@ -108,7 +108,7 @@ main(int argc, char *argv[])
108 108
                         currentoutfilename=bufoutfilename;
109 109
                 }
110 110
                 if(luttool_applylut(lutlist,argv[i],currentoutfilename,quality,identitysize)!=0) {
111
-                        fprintf(stderr,"%s: ERROR: couldn't apply LUTs \"%s\" to \"%s\" or couldn't write \"%s\"cified\n",argv[0],lutlist,argv[i],currentoutfilename);
111
+                        fprintf(stderr,"%s: ERROR: couldn't apply LUTs \"%s\" to \"%s\" or couldn't write \"%s\"\n",argv[0],lutlist,argv[i],currentoutfilename);
112 112
                         return(1);
113 113
                 }
114 114
         }