X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fyaffs_tester.h;h=1f96591ea4fc72a565646bab1d99a60b4911c21d;hp=4c551106806d248db5752ac65f440a138dc38773;hb=e3344eda11a9656644f9c7fe345f1283cdd46b20;hpb=9b8bd9ed64c89da47898036632e54632833a51d1 diff --git a/direct/timothy_tests/yaffs_tester.h b/direct/timothy_tests/yaffs_tester.h index 4c55110..1f96591 100644 --- a/direct/timothy_tests/yaffs_tester.h +++ b/direct/timothy_tests/yaffs_tester.h @@ -12,7 +12,7 @@ #define BUFFER_SIZE 50 /*number of messages in buffer*/ typedef struct buffer_template { - char buffer[BUFFER_SIZE][BUFFER_MESSAGE_LENGTH]; + char message[BUFFER_SIZE][BUFFER_MESSAGE_LENGTH]; char head; char tail; }buffer;