diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 0479f8e4ebd..e5d76d4c591 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -2267,7 +2267,7 @@ invalidate_nodes (fdesc *badfdp, node **npp) | |||
| 2267 | free_tree (np); /* free it */ | 2267 | free_tree (np); /* free it */ |
| 2268 | 2268 | ||
| 2269 | /* Continue with rest of tree. */ | 2269 | /* Continue with rest of tree. */ |
| 2270 | np = np_parent ? np_parent->left : NULL; | 2270 | np = np_parent->left; |
| 2271 | } | 2271 | } |
| 2272 | } | 2272 | } |
| 2273 | *npp = super_root.left; | 2273 | *npp = super_root.left; |