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

    r1544 r1673  
    8383  CHAR *modea = "a+";
    8484
    85   if (!fWorkPlace)                      /* assume spooler is active */
     85  if (!fWorkPlace)                      // assume spooler is active
    8686    return TRUE;
    8787  DosError(FERR_DISABLEHARDERR);
     
    104104    }
    105105    fclose(printhandle);
    106     if (data & 32)                      /* bit 5 is out of paper */
     106    if (data & 32)                      // bit 5 is out of paper
    107107      return FALSE;
    108108    return TRUE;
Note: See TracChangeset for help on using the changeset viewer.