1
1

fixed warning: stray ',' at the end of enum

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Этот коммит содержится в:
Sergei Trofimovich 2009-07-15 21:04:04 +03:00 коммит произвёл Slava Zanko
родитель 3a7de274e0
Коммит ea40afeef5

Просмотреть файл

@ -137,7 +137,7 @@ static enum {
BASH,
TCSH,
ZSH,
FISH,
FISH
} subshell_type;
/* Flag to indicate whether the subshell is ready for next command */