diff options
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 5818e352..40740118 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -81,7 +81,7 @@ typedef enum { DILLO_CLI_VERSION = 1 << 3, DILLO_CLI_LOCAL = 1 << 4, DILLO_CLI_GEOMETRY = 1 << 5, - DILLO_CLI_ERROR = 1 << 15, + DILLO_CLI_ERROR = 1 << 15 } OptID; typedef struct { |