fixed warnings

This commit is contained in:
Jeff Hill
2004-02-04 02:14:29 +00:00
parent 82cb39fcd5
commit 8e499dcfb7
3 changed files with 30 additions and 4 deletions
+3 -3
View File
@@ -24,12 +24,12 @@ static int parseDirectoryFP (FILE *pf, const char *pFileName);
// main()
// (example single threaded ca server tool main loop)
//
extern int main (int argc, const char **argv)
extern int main ( int argc, const char **argv )
{
epicsTime begin(epicsTime::getCurrent());
epicsTime begin ( epicsTime::getCurrent() );
directoryServer *pCAS;
unsigned debugLevel = 0u;
double executionTime;
double executionTime = 0.0;
char pvPrefix[128] = "";
char fileName[128] = "pvDirectory.txt";
unsigned aliasCount = 0u;