Skip to content

Commit

Permalink
Massively derped something in the UFTC update. Derp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Degirolmo committed Mar 24, 2012
1 parent 26d80be commit 742ad4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uftc/tool/main.c
Expand Up @@ -190,12 +190,12 @@ int main(int argc, char **argv) {
switch (action) {
// Compress file
case ACTION_COMPRESS:
errcode = compress(infile, outfile, FORMAT_UFTC16);
errcode = compress(infile, outfile, format);
break;

// Decompress file
case ACTION_DECOMPRESS:
errcode = decompress(infile, outfile, FORMAT_UFTC16);
errcode = decompress(infile, outfile, format);
break;

// Oops!
Expand Down

0 comments on commit 742ad4a

Please sign in to comment.