diff options
Diffstat (limited to 'ext/standard/url_scanner_ex.h')
| -rw-r--r-- | ext/standard/url_scanner_ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/url_scanner_ex.h b/ext/standard/url_scanner_ex.h index 43f75ee1d2..0199b2bd6d 100644 --- a/ext/standard/url_scanner_ex.h +++ b/ext/standard/url_scanner_ex.h @@ -35,7 +35,7 @@ typedef struct { /* Used by the mainloop of the scanner */ smart_str tag; /* read only */ smart_str arg; /* read only */ - smart_str val; + smart_str val; /* read only */ smart_str buf; /* Dito, but they are used only for preserving data across calls */ |
