Update of /cvsroot/libphidget/libphidget/src/libphidget
In directory sc8-pr-cvs1:/tmp/cvs-serv20028
Modified Files:
phidget.c
Log Message:
Minor problem with DBG being used before variable declarations. Should help in compiling with more strict compilers
Index: phidget.c
===================================================================
RCS file: /cvsroot/libphidget/libphidget/src/libphidget/phidget.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** phidget.c 30 Jun 2003 02:49:16 -0000 1.31
--- phidget.c 2 Jul 2003 03:59:10 -0000 1.32
***************
*** 476,480 ****
int _getSerial(struct usb_device *device, struct phidget_type *ptd)
{
- DBG("Get Serial");
int i = 0, j = 0, ret=0;
struct usb_dev_handle *handle;
--- 476,479 ----
***************
*** 668,672 ****
struct usb_device *dev;
int ret;
- //int t;
int vendorID;
int productID;
--- 667,670 ----
|