Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89690
b: refs/heads/master
c: 0b6c4b1
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Apr 7, 2008
1 parent dbc2d1d commit 77c4554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 639db475c8bb77f915f79f567ee98ac673d6edf3
refs/heads/master: 0b6c4b14cfb2fd89064d29bdead62f9ed8631399
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ type_check(symbol_t *symbol, expression_t *expression, int opcode)
int and_op;

and_op = FALSE;
if (opcode == AIC_OP_AND || opcode == AIC_OP_JNZ || AIC_OP_JZ)
if (opcode == AIC_OP_AND || opcode == AIC_OP_JNZ || opcode == AIC_OP_JZ)
and_op = TRUE;

/*
Expand Down

0 comments on commit 77c4554

Please sign in to comment.