# HG changeset patch
# User frdupin
# Date 1170059278 -3600
# Node ID c0b4b2ef75797d0ac737eb0330ebf3e6bcb097f2
# Parent  60441122e12136df8db529f9c8a7d8ca6d77a548
compiler compatibility : comments

diff -r 60441122e121 -r c0b4b2ef7579 include/lifegrd.h
--- a/include/lifegrd.h	Fri Jan 26 10:49:00 2007 +0100
+++ b/include/lifegrd.h	Mon Jan 29 09:27:58 2007 +0100
@@ -32,7 +32,7 @@
 
 /*************************************************************************
  * Functions
-/*************************************************************************/
+ *************************************************************************/
 
 
 /** To read the state of a node
diff -r 60441122e121 -r c0b4b2ef7579 include/sdo.h
--- a/include/sdo.h	Fri Jan 26 10:49:00 2007 +0100
+++ b/include/sdo.h	Mon Jan 29 09:27:58 2007 +0100
@@ -60,10 +60,10 @@
                               * like 0. In fact, it is used only if client.
                               */
   TIMER_HANDLE   timer;      /* Time counter to implement a timeout in milliseconds.
-                             /* It is automatically incremented whenever 
-                             /* the line state is in SDO_DOWNLOAD_IN_PROGRESS or 
-                             /* SDO_UPLOAD_IN_PROGRESS, and reseted to 0 
-                             /* when the response SDO have been received.
+                              * It is automatically incremented whenever 
+                              * the line state is in SDO_DOWNLOAD_IN_PROGRESS or 
+                              * SDO_UPLOAD_IN_PROGRESS, and reseted to 0 
+                              * when the response SDO have been received.
                               */
   SDOCallback_t Callback;   /* The user callback func to be called at SDO transaction end */
 };