Changeset 3756 in MondoRescue


Ignore:
Timestamp:
Feb 23, 2020, 1:24:16 AM (4 years ago)
Author:
Bruno Cornec
Message:

fix a strange syntax error not seen before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-tools.c

    r3753 r3756  
    4343 * @{
    4444 */
    45 bool g_remount_cdrom_at_end,    ///< TRUE if we unmounted the CD-ROM and should remount it when done with the backup.
     45bool g_remount_cdrom_at_end;    ///< TRUE if we unmounted the CD-ROM and should remount it when done with the backup.
    4646bool g_cd_recovery = FALSE;             ///< TRUE if we're making an "autonuke" backup.
    4747double g_kernel_version;
Note: See TracChangeset for help on using the changeset viewer.