diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1966db22f8..39f7d70fee 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-07 00:43 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/xhb/bkgtsks.c + % cleanup missed in prev + 2012-06-07 00:23 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/xhb/bkgtsks.c * doc/en/hb_api.txt diff --git a/harbour/contrib/xhb/bkgtsks.c b/harbour/contrib/xhb/bkgtsks.c index bd5d766baa..f18ddf2670 100644 --- a/harbour/contrib/xhb/bkgtsks.c +++ b/harbour/contrib/xhb/bkgtsks.c @@ -75,7 +75,7 @@ typedef struct HB_BACKGROUNDTASK_ double dSeconds; /* internal - last time this task has gone */ int millisec; /* milliseconds after this task must run */ HB_BOOL bActive; /* task is active ? */ -} HB_BACKGROUNDTASK, * PHB_BACKGROUNDTASK, * HB_BACKGROUNDTASK_PTR; +} HB_BACKGROUNDTASK, * PHB_BACKGROUNDTASK; extern void hb_backgroundRunSingle( HB_ULONG ulID ); /* run a single background routine */ extern void hb_backgroundRunForced( void ); /* run all background routines also if them are not active*/