Just a quick bug fix to gsm322.c.
commit987787f0cb7a32cf74b683244e97022f7b3d5604
authorKurtis Heimerl <kheimerl@cs.berkeley.edu>
Thu, 2 Feb 2012 07:39:56 +0000 (2 08:39 +0100)
committerAndreas Eversberg <jolly@eversberg.eu>
Thu, 2 Feb 2012 07:39:56 +0000 (2 08:39 +0100)
treee72272ae5f7ab36fcfbab10154a6cd1bc405ca9b
parent0eecdf24f3da797e3c6342e60b28f7dfcd467976
Just a quick bug fix to gsm322.c.

Basically, there were two commands in an "else" block without brackets,
causing the

"end = 1023+299"

command to execute regardless of the state of index.

Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
src/host/layer23/src/mobile/gsm322.c