From 7f2ad91c9c9b28e2423b9fa9791fc4fe0e18eb22 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sun, 15 Jan 2012 04:33:55 +0000 Subject: [PATCH] minor improvements to doc (just to trigger buildbot) SVN revision: 67223 --- legacy/eina/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/README b/legacy/eina/README index 69ec205cb6..6ff84c8064 100644 --- a/legacy/eina/README +++ b/legacy/eina/README @@ -17,7 +17,7 @@ Eina is a library providing data structure utilities for EFL that are meant to be lean, efficient and tailored to EFL's needs. This saves each library implementing its own custom datatype handling and duplicating the code. Some of the datatypes handles are: - Arrays (variable sized) + Arrays (variable sized, including inline members) Hash tables Inlined linked lists Linked lists