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

    r1544 r1673  
    8181VOID load_resources(VOID)
    8282{
    83   /* load linked list of resources from RESOURCE.DAT file */
     83  // load linked list of resources from RESOURCE.DAT file
    8484
    8585  FILE *fp;
     
    120120VOID save_resources(VOID)
    121121{
    122   /* save linked list of resources to RESOURCE.DAT file */
     122  // save linked list of resources to RESOURCE.DAT file
    123123
    124124  LINKRES *info;
     
    364364      while (info) {
    365365        if (info->happ == (HAPP) mp1) {
    366 /* Note:  if this next line is removed, FM/2 will start the attach/detach
    367  * request again, once for each request, to see if it might succeed and to
    368  * ensure the request is seen by the user in case interaction is required.
    369  */
     366          /**
     367           * Note:  if this next line is removed, FM/2 will start the attach/detach
     368           * request again, once for each request, to see if it might succeed and to
     369           * ensure the request is seen by the user in case interaction is required.
     370           */
    370371          info->failedonce = TRUE;
    371372          hwndList = WinWindowFromID(hwnd,
Note: See TracChangeset for help on using the changeset viewer.