yaffs Commiting changes to yaffs_importer.py yaffs_browser.py and yaffs_tester.c
[yaffs2.git] / direct / timothy_tests / yaffs_tester.h
index 4c551106806d248db5752ac65f440a138dc38773..1f96591ea4fc72a565646bab1d99a60b4911c21d 100644 (file)
@@ -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;