WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=82629984a2844bdd1ab77b48528127ea45d5b348

commit 82629984a2844bdd1ab77b48528127ea45d5b348
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Mon Apr 30 02:27:08 2018 -0700

    Wiki page hash-tables.md changed with summary [Formatting] by Xavi Artigas
---
 pages/develop/guides/c/eina/hash-tables.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/guides/c/eina/hash-tables.md.txt 
b/pages/develop/guides/c/eina/hash-tables.md.txt
index a90dedad5..9650e192a 100644
--- a/pages/develop/guides/c/eina/hash-tables.md.txt
+++ b/pages/develop/guides/c/eina/hash-tables.md.txt
@@ -173,7 +173,7 @@ const char *entry_name = "Heitor Villa-Lobos";
 
 // Look for a specific entry and get its phone number
 phone = eina_hash_find(phone_book, entry_name);
-```c
+```
 
 ### Retrieve the number of entries in a hash ###
 

-- 


Reply via email to