Fixed general bugs.

r2139 | mle | 2007-08-23 15:08:52 +1000 (Thu, 23 Aug 2007) | 2 lines
This commit is contained in:
Mark Lesha
2007-08-23 15:08:52 +10:00
committed by Douglas Clowes
parent a85720686b
commit e76c3922f0
3 changed files with 107 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
/*--------------------------------------------------------------------------
/*---------------------------------------------------------------------
L H 4 5 D R I V
This file contains the implementation of a driver for the Julabo
@@ -191,8 +191,7 @@
static int LH45Close(pEVDriver self)
{
pLH45Driv pMe = NULL;
int iRet;
assert(self);
pMe = (pLH45Driv )self->pPrivate;
assert(pMe);
@@ -253,12 +252,12 @@
}
/*--------------------------------------------------------------------------*/
static int LH45Halt(pEVDriver *self)
{
assert(self);
return 1;
}
// static int LH45Halt(pEVDriver *self)
// {
// assert(self);
//
// return 1;
// }
/*------------------------------------------------------------------------*/
void KillLH45(void *pData)
{