Ignore:
Timestamp:
Dec 24, 2002, 8:44:35 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

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

    r233 r238  
    11821182        // switch static to icon mode
    11831183        pa->ulFlags = ANF_ICON;
    1184         return (pa);
     1184        return pa;
    11851185    }
    11861186
     
    13011301BOOL ctlStopAnimation(HWND hwndStatic)
    13021302{
    1303     return (WinStopTimer(WinQueryAnchorBlock(hwndStatic), hwndStatic, 1));
     1303    return WinStopTimer(WinQueryAnchorBlock(hwndStatic), hwndStatic, 1);
    13041304}
    13051305
     
    13761376        if (fPreserveProportions)
    13771377            pa->ulFlags |= ANF_PROPORTIONAL;
    1378         return (pa);
     1378        return pa;
    13791379    }
    13801380
Note: See TracChangeset for help on using the changeset viewer.