Clean up.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 7 May 2010 15:49:43 +0000 (15:49 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 7 May 2010 15:49:43 +0000 (15:49 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3628 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/mware/ini_reader.h
bertos/mware/readline.c

index 2ac27203d3c8805f6d968a9fabcb44338134f401..ef5d94899a545e219f79f41b7b6ce42d67ff013d 100644 (file)
@@ -40,7 +40,6 @@
  * - no comments are allowed inside a line with key=value pair.
  * - every line that doesn't contain a '=' or doesn't start with '[' will be ignored.
  *
- * \version $Id$
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
  * $WIZ$ module_name = "ini_reader"
index 35afe50bf46f448468ec7cc505c3c49913aee676..dcad52b4b5bde8af227ca0ce02fc8ab68622a1b6 100644 (file)
@@ -63,8 +63,6 @@
  * \todo Use up/down to move through history  The history line will be copied to the current line,
  * making sure there is room for it.
  *
- * \version $Id$
- *
  * \author Giovanni Bajo <rasky@develer.com>
  */