forked from auracaster/openocd
- Replace 'switch(' with 'switch ('.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2359 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -533,7 +533,7 @@ static int image_mot_buffer_complete(image_t *image)
|
||||
}
|
||||
else if (record_type >= 1 && record_type <= 3)
|
||||
{
|
||||
switch( record_type )
|
||||
switch ( record_type )
|
||||
{
|
||||
case 1:
|
||||
/* S1 - 16 bit address data record */
|
||||
|
||||
Reference in New Issue
Block a user