From 44be50c22f5bb8d9a3c00bd0ff6bcdf97e0da22f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 Dec 2009 16:36:08 +0000 Subject: 2009-12-28 Shrikant Gaikwad * cpukit/libfs/src/pipe/pipe.c Restructured code to remove the goto statements. --- cpukit/libcsupport/include/rtems/framebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/include/rtems/framebuffer.h b/cpukit/libcsupport/include/rtems/framebuffer.h index a4124d4ca2..a300716c58 100644 --- a/cpukit/libcsupport/include/rtems/framebuffer.h +++ b/cpukit/libcsupport/include/rtems/framebuffer.h @@ -32,7 +32,7 @@ extern "C" { * This macro defines the standard device driver table entry for * a frame buffer device driver. */ -#define FRAMEBUFFER_DRIVER_TABLE_ENTRY \ +#define FRAME_BUFFER_DRIVER_TABLE_ENTRY \ { frame_buffer_initialize, frame_buffer_open, frame_buffer_close, \ frame_buffer_read, frame_buffer_write, frame_buffer_control } -- cgit v1.2.3