fix compiler warning - rtnCnt init

This commit is contained in:
jsullivan-anl
2006-09-22 16:42:24 +00:00
parent 43ccf1309b
commit 1cb122433e
+1 -1
View File
@@ -795,7 +795,7 @@ STATIC int motor_init()
char *bufptr;
int total_axis = 0;
int driverIndex;
int rtnCnt;
int rtnCnt = 0;
asynStatus success_rtn;
initialized = true; /* Indicate that driver is initialized. */