On Mon, Jan 11, 2016 at 01:04:50PM -0600, Derek Foreman wrote:
> On 28/12/15 08:10 PM, Jonas Ådahl wrote:
> > A statement was added at the same indentation level as the true branch
> > of the if statement, but since there were no brackets, it would be
> > executed independently of the result of the
On 28/12/15 08:10 PM, Jonas Ådahl wrote:
> A statement was added at the same indentation level as the true branch
> of the if statement, but since there were no brackets, it would be
> executed independently of the result of the if condition.
>
> Signed-off-by: Jonas Ådahl
I'll throw my Reviewed
Hi Jonas,
On 29 December 2015 at 02:10, Jonas Ådahl wrote:
> A statement was added at the same indentation level as the true branch
> of the if statement, but since there were no brackets, it would be
> executed independently of the result of the if condition.
>
> Signed-off-by: Jonas Ådahl
For
A statement was added at the same indentation level as the true branch
of the if statement, but since there were no brackets, it would be
executed independently of the result of the if condition.
Signed-off-by: Jonas Ådahl
---
src/scanner.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)