awx: fix a typo
SVN-Revision: 7314
This commit is contained in:
parent
b71b54bb25
commit
e1bb43f263
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ diff -urN bb.old/editors/awx.c bb.dev/editors/awx.c
|
||||||
+ if (tr_abort && p2) {
|
+ if (tr_abort && p2) {
|
||||||
+ if (backlog)
|
+ if (backlog)
|
||||||
+ free(backlog);
|
+ free(backlog);
|
||||||
+ p2 = backlog;
|
+ backlog = p2;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ return res;
|
+ return res;
|
||||||
|
|
Loading…
Reference in a new issue