changed formatting and comments to remove '//' sequences where possible

This commit is contained in:
netp
2012-08-11 17:44:22 +00:00
parent 834975356e
commit 609c24b741
5 changed files with 24 additions and 12 deletions
+6 -6
View File
@@ -52,9 +52,9 @@
#define TRUE 1
#endif
/*/////////////////////////////////////////////////////////////////// */
/******************************************************************** */
/* Generic node routines */
/*/////////////////////////////////////////////////////////////////// */
/******************************************************************** */
/* grab memory for a node */
static struct Keylist_Node *NodeCreate(
@@ -169,9 +169,9 @@ static int FindIndex(
}
/*/////////////////////////////////////////////////////////////////// */
/******************************************************************** */
/* list data functions */
/*/////////////////////////////////////////////////////////////////// */
/******************************************************************** */
/* inserts a node into its sorted position */
int Keylist_Data_Add(
OS_Keylist list,
@@ -365,9 +365,9 @@ int Keylist_Count(
return list->count;
}
/*/////////////////////////////////////////////////////////////////// */
/******************************************************************** */
/* Public List functions */
/*/////////////////////////////////////////////////////////////////// */
/******************************************************************** */
/* returns head of the list or NULL on failure. */
OS_Keylist Keylist_Create(