mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
s3/utils/regedit.c: typo
loop should exit on any case of Q. Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
This commit is contained in:
parent
f28014d810
commit
085b687768
@ -748,7 +748,7 @@ static void display_window(TALLOC_CTX *mem_ctx, struct registry_context *ctx)
|
||||
handle_main_input(regedit, key);
|
||||
update_panels();
|
||||
doupdate();
|
||||
} while (key != 'q' || key == 'Q');
|
||||
} while (key != 'q' && key != 'Q');
|
||||
|
||||
endwin();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user