From 2015ca6cc17f979e7c0d53cbf190f1d084766cdd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 13 May 2008 20:37:36 +0000 Subject: 2008-05-13 Robert S. Grimes * libi2c/libi2c.h: Fix typo. --- cpukit/libi2c/libi2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libi2c') diff --git a/cpukit/libi2c/libi2c.h b/cpukit/libi2c/libi2c.h index 6fa7a53981..a3b98f8fd5 100644 --- a/cpukit/libi2c/libi2c.h +++ b/cpukit/libi2c/libi2c.h @@ -175,7 +175,7 @@ typedef struct rtems_libi2c_bus_ops_ /* ioctl misc functions */ int (*ioctl) (rtems_libi2c_bus_t * bushdl, int cmd, - void *buffer; + void *buffer ); } rtems_libi2c_bus_ops_t; -- cgit v1.2.3