Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/jj/hercules.svn/trunk@5716 956126f8-22a0-4046-8f4a-272fa8102e63
  • Loading branch information
Paul Gorlinsky committed Mar 19, 2010
1 parent f95a49d commit 4c03ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctc_lcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2431,7 +2431,7 @@ static int BuildOAT( char* pszOATName, PLCSBLK pLCSBLK )
if( strlen( pszKeyword ) > 4 ||
sscanf( pszKeyword, "%hx%c", &sDevNum, &c ) != 1 )
{
WRITESMG(HHCLC027E, pszOATName, pszKeyword );
WRITEMSG(HHCLC027E, pszOATName, pszKeyword );
return -1;
}

Expand Down

0 comments on commit 4c03ce9

Please sign in to comment.