Changeset 2368 in MondoRescue


Ignore:
Timestamp:
Sep 7, 2009, 3:36:23 PM (15 years ago)
Author:
Bruno Cornec
Message:

Fix compilation issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-devices.c

    r2361 r2368  
    18051805            if (bkpinfo->restore_data) {
    18061806                mr_asprintf(&tmp, "mount -t nfs -o nolock,ro %s %s", bkpinfo->nfs_mount, bkpinfo->isodir);
    1807             else {
     1807            } else {
    18081808                mr_asprintf(&tmp, "mount -t nfs -o nolock %s %s", bkpinfo->nfs_mount, bkpinfo->isodir);
    18091809            }
Note: See TracChangeset for help on using the changeset viewer.