The code didn't even compile: removed a superfluous (

svn path=/trunk/; revision=12598
This commit is contained in:
Jörg Mayer 2004-11-24 16:37:38 +00:00
parent 751aacb3b1
commit 8d5348b250
1 changed files with 1 additions and 1 deletions

View File

@ -2742,7 +2742,7 @@ guint8 i;
}
*input_address = *input_address + 1;
if ( ( input_bit_order & 0x0001 ){
if ( input_bit_order & 0x0001 ){
/*
* P bit = 0
*/