commit | eda9578b11ea734c1fe622737f5a2a2890b04e94 | [log] [tgz] |
---|---|---|
author | Andrew Duggan <aduggan@synaptics.com> | Fri Jul 25 12:31:13 2014 -0700 |
committer | Andrew Duggan <aduggan@synaptics.com> | Fri Jul 25 12:31:13 2014 -0700 |
tree | ccc80180025817440afb55b5ee2384984dfb82a9 | |
parent | 3563d1ac21ecbd303d09208ffb9dc7032222f7ef [diff] [blame] |
Add additional member variable initializations
diff --git a/rmi4update/main.cpp b/rmi4update/main.cpp index 2ca6efc..b2b5fcb 100644 --- a/rmi4update/main.cpp +++ b/rmi4update/main.cpp
@@ -35,7 +35,8 @@ fprintf(stdout, "\t-d, --device\thidraw device file associated with the device being updated.\n"); } -int UpdateDevice(FirmwareImage & image, bool force, const char * deviceFile) { +int UpdateDevice(FirmwareImage & image, bool force, const char * deviceFile) +{ HIDDevice rmidevice; int rc;