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

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

commit f764caf2d34189c7457f2730a41a61178858c181
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Mon Apr 30 01:57:26 2018 -0700

    Wiki page hash-tables.md changed with summary [Formatting errors] 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 2c7feecab..256881b85 100644
--- a/pages/develop/guides/c/eina/hash-tables.md.txt
+++ b/pages/develop/guides/c/eina/hash-tables.md.txt
@@ -133,7 +133,7 @@ Use the ``eina_hash_move()`` function to change the key 
without freeing and crea
 ```c
 Eina_Bool res;
 res = eina_hash_move(phone_book, "Philippe de Magalhães", "Filipe de 
Magalhães");
-</code>
+```
 
 ### Delete entries from a hash table ###
 

-- 


Reply via email to