Changeset 1673 for trunk/dll/saveclip.c


Ignore:
Timestamp:
Dec 30, 2012, 7:51:01 PM (13 years ago)
Author:
Gregg Young
Message:

Update to Doxygen comment style Ticket 55. Also some minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/saveclip.c

    r1628 r1673  
    853853                                 FILE_HIDDEN | FILE_SYSTEM,
    854854                                 &ffb4, sizeof(ffb4), &nm, FIL_QUERYEASIZEL)) {
    855                 /* load the object's Subject, if required */
     855                // load the object's Subject, if required
    856856                if (ffb4.cbList > 4) {
    857857                  APIRET rc;
     
    894894                  }
    895895                }
    896                 /* load the object's longname */
     896                // load the object's longname
    897897                if (ffb4.cbList > 4) {
    898898                  APIRET rc;
Note: See TracChangeset for help on using the changeset viewer.