Skip to content

Commit

Permalink
(extremely minor comment change only)
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/jj/hercules.svn/trunk@4807 956126f8-22a0-4046-8f4a-272fa8102e63
  • Loading branch information
Fish (David B Trout) committed Jul 17, 2008
1 parent 4a60ce4 commit 03072d9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ctc_lcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
// $Id$
//
// $Log$
// Revision 1.73 2008/07/17 07:19:12 fish
// Fix FCS (Frame Check Sequence) bug in LCS_Write function
// and other minor bugs.
//
// Revision 1.71 2008/07/17 03:30:40 fish
// CTC/LCS cosmetic-only changes -- part 1
// (no actual functionality was changed!)
Expand Down Expand Up @@ -120,9 +124,9 @@ static DEVBLK * find_group_device(DEVGRP *group, U16 devnum)
return NULL;
}

//
// LCS_Init
//
// ====================================================================
// LCS_Init
// ====================================================================

int LCS_Init( DEVBLK* pDEVBLK, int argc, char *argv[] )
{
Expand Down

0 comments on commit 03072d9

Please sign in to comment.