# HG changeset patch # User etisserant # Date 1196752223 -3600 # Node ID 78615d6a8ddd9bbddbed6ef730689ceff80894bc # Parent 994457edada895d911bc0b26c113a8c6eee26273 One more compilation warning fixed. diff -r 994457edada8 -r 78615d6a8ddd include/data.h --- a/include/data.h Mon Dec 03 13:09:19 2007 +0100 +++ b/include/data.h Tue Dec 04 08:10:23 2007 +0100 @@ -93,7 +93,7 @@ storeODSubIndex_t storeODSubIndex; /* DCF concise */ - indextable* dcf_odentry; + const indextable* dcf_odentry; UNS8* dcf_cursor; UNS32 dcf_entries_count;