fixed ANSI func proto missmatch

This commit is contained in:
Jeff Hill
1993-02-11 11:39:26 +00:00
parent 72be7ec7db
commit c73f52bcb7
+4 -1
View File
@@ -29,6 +29,9 @@
*
* Modification Log:
* -----------------
* .01 021192 joh Fixed hpe1445aUnloadWaveformLocked() ANSI C
* function prototype missmatch. Changed
* unsigned short to unsigned.
*
*
*/
@@ -801,7 +804,7 @@ char *pWaveformName
*/
LOCAL long
hpe1445aUnloadWaveformLocked(
unsigned short la,
unsigned la,
char *pWaveformName
)
{