From 09f05417b319ec73bf584a75fae4bd9dc502315a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20Hern=C3=A0ndez=20Juan?= <shernand@iri.upc.edu> Date: Thu, 5 Aug 2010 15:18:51 +0000 Subject: [PATCH] Minor changes --- src/examples/test_usb_i2c.cpp | 2 +- src/usb_i2c.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/test_usb_i2c.cpp b/src/examples/test_usb_i2c.cpp index 65586b5..534af53 100644 --- a/src/examples/test_usb_i2c.cpp +++ b/src/examples/test_usb_i2c.cpp @@ -85,7 +85,7 @@ int main(int argc, char *argv[]) else std::cout << " low level." << std::endl; usleep(500000); - } + } }catch(CException &e) { std::cout << e.what() << std::endl; diff --git a/src/usb_i2c.cpp b/src/usb_i2c.cpp index 0287087..e5afa22 100644 --- a/src/usb_i2c.cpp +++ b/src/usb_i2c.cpp @@ -1,6 +1,6 @@ #include "usb_i2c.h" #include "eventexceptions.h" -#include "string.h" +#include <string.h> CUSBI2C::CUSBI2C(const std::string &adapter_id) { -- GitLab