compiler compatibility : comments
authorfrdupin
Mon, 29 Jan 2007 09:27:58 +0100
changeset 74 c0b4b2ef7579
parent 73 60441122e121
child 75 debc68b124b7
compiler compatibility : comments
include/lifegrd.h
include/sdo.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
--- 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 */
 };