diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 62b7538089..873b7f8a80 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -50,7 +50,7 @@ typedef struct _EShellClass EShellClass; enum _EShellLineStatus { E_SHELL_LINE_STATUS_ONLINE, - E_SHELL_LINE_STATUS_GOING_OFFLINE, + E_SHELL_LINE_STATUS_GOING_OFFLINE, /* NB: really means changing state in either direction */ E_SHELL_LINE_STATUS_OFFLINE }; typedef enum _EShellLineStatus EShellLineStatus; |