Changeset 1673 for trunk/dll/datamin.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/datamin.c

    r1628 r1673  
    417417      break;
    418418    }
    419     /* else intentional fallthru */
     419    // else intentional fallthru
    420420  case WM_CHORD:
    421421  case WM_BUTTON3DBLCLK:
     
    10841084          pDM->qfsa_cb = sizeof(FSQBUFFER2) + 256;      // se tDataMin
    10851085          DosError(FERR_DISABLEHARDERR);
    1086           pDM->qfsa_rc = DosQueryFSAttach(szPath, 0,    /* Ordinal */
     1086          pDM->qfsa_rc = DosQueryFSAttach(szPath, 0,    // Ordinal
    10871087                                          FSAIL_QUERYNAME,
    10881088                                          &pDM->fsqb2, &pDM->qfsa_cb);
Note: See TracChangeset for help on using the changeset viewer.