Changeset 1002 in MondoRescue for branches/stable


Ignore:
Timestamp:
Dec 11, 2006, 1:34:37 PM (17 years ago)
Author:
Bruno Cornec
Message:

Syntax typo in libmondo-files.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-files.c

    r998 r1002  
    13581358    if (bkpinfo->use_lzo) {
    13591359        scratchLL = (scratchLL * 2) / 3;
    1360     else if (bkpinfo->use_gzip) {
     1360    } else if (bkpinfo->use_gzip) {
    13611361        scratchLL = (scratchLL * 2) / 3;
    13621362    } else {
Note: See TracChangeset for help on using the changeset viewer.