- Miscellaneous fixes for compiler warnings

This commit is contained in:
koennecke
2005-03-23 08:20:24 +00:00
parent b4a82c3bad
commit f43a5af7fc
7 changed files with 16 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
{
return WriteAmorScan(self->pFile,self->pCon,self);
}
return 1; /* guessed return value M.Z. */
return 1;
}
/*--------------------------------------------------------------------*/
static int AmorCollect(pScanData self, int iP)