Ignore:
Timestamp:
Jul 5, 2002, 9:13:36 AM (23 years ago)
Author:
umoeller
Message:

Second round of fixes for 0.9.19.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_chart.c

    r167 r184  
    10841084    } // end if (dTotal > 0)
    10851085
    1086     return (hbmReturn);
     1086    return hbmReturn;
    10871087}
    10881088
     
    14551455                              LONG ly)
    14561456{
    1457     // LONG lRegionFound = -1; // none
    1458 
    14591457    POINTL ptlMouse = {lx, ly};
    14601458
     
    14771475                     == PRGN_INSIDE)
    14781476                {
    1479                     return (ul);
     1477                    return ul;
    14801478                }
    14811479            }
     
    14831481    }
    14841482
    1485     return (-1);
     1483    return -1;
    14861484}
    14871485
     
    18971895            pChtCData->fHasFocus = FALSE;
    18981896            WinSetWindowPtr(hwndChart, QWL_USER, pChtCData);
    1899             return (TRUE);
     1897            return TRUE;
    19001898        }
    19011899    }
    19021900
    1903     return (FALSE);
     1901    return FALSE;
    19041902}
    19051903
Note: See TracChangeset for help on using the changeset viewer.