Cygwin: FIFO: minor cleanup

Don't use a label with the same name as a variable.

Also fix indentation in fhandler.h.
This commit is contained in:
Ken Brown
2019-06-22 11:49:44 -04:00
parent 2357091617
commit d54edfdf81
2 changed files with 7 additions and 7 deletions

View File

@@ -1238,11 +1238,11 @@ public:
#define MAX_CLIENTS 64
enum fifo_client_connect_state
{
fc_unknown,
fc_connected,
fc_invalid
};
{
fc_unknown,
fc_connected,
fc_invalid
};
enum
{