summaryrefslogtreecommitdiff
path: root/i2c.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 11:26:25 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-23 11:26:25 -0400
commit7bf5651a29aa2aacb253f9f713997f3dbfae93f6 (patch)
treef88953103982159738aea821b8e8bd88a6beaeb3 /i2c.c
parent22d19c0d2a9d56ad560b44cfcb65b69bf4ca278c (diff)
astyle fixes
Diffstat (limited to 'i2c.c')
-rw-r--r--i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i2c.c b/i2c.c
index 138c2e7..6571798 100644
--- a/i2c.c
+++ b/i2c.c
@@ -49,7 +49,7 @@ guchar I2C_Read(gulong address)
int device = open(I2C_BUS, O_RDWR);
if (device == -1) {
- g_print_debug("ERROR: could not open I2C bus %s for reading\n", I2C_BUS);
+ g_print_debug("ERROR: could not open I2C bus %s for reading\n", I2C_BUS);
return 0;
}