1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Fix up a whitespace in comments in src/console.c

Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
Chris Lalancette 2009-08-07 10:56:38 +02:00
parent 7b0075a242
commit b216dd41d7

View File

@ -78,7 +78,7 @@ int vshRunConsole(const char *tty) {
return -1; return -1;
} }
/* Put STDIN into raw mode so that stuff typed /* Put STDIN into raw mode so that stuff typed
does not echo to the screen (the TTY reads will does not echo to the screen (the TTY reads will
result in it being echoed back already), and result in it being echoed back already), and
also ensure Ctrl-C, etc is blocked, and misc also ensure Ctrl-C, etc is blocked, and misc