diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 87a10afb9b..74df3a9eca 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-05-13 Robert S. Grimes + + * libi2c/libi2c.h: Fix typo. + 2008-05-13 Joel Sherrill * pppd/example/system.h: Fix path in example -- NOT COMPILED WITH 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;