Ignore:
Timestamp:
Nov 19, 2005, 2:27:31 AM (18 years ago)
Author:
bcornec
Message:

merge -r 125:126 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-rstr-newt.c

    r59 r127  
    23122312#else
    23132313
    2314     for (i = 0;
    2315          strcmp(raidlist->el[i].raid_device, device)
     2314    for (i = 0; strcmp(raidlist->el[i].raid_device, device)
    23162315         && i < raidlist->entries; i++);
    23172316#endif
     
    26252624 * @ingroup restoreUtilityGroup
    26262625 */
    2627 int
    2628 read_variableINT_and_remove_from_raidvars(struct
    2629                                           OSSWAP (raid_device_record,
    2630                                                   vinum_volume) * raidrec,
    2631                                           char *label)
     2626int read_variableINT_and_remove_from_raidvars(struct
     2627                                              OSSWAP (raid_device_record,
     2628                                                      vinum_volume) *
     2629                                              raidrec, char *label)
    26322630{
    26332631    /** int ***************************************************************/
Note: See TracChangeset for help on using the changeset viewer.