diff options
Diffstat (limited to 'ext/standard/scanf.c')
-rw-r--r-- | ext/standard/scanf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/scanf.c b/ext/standard/scanf.c index 2d43829918..c7f5a56282 100644 --- a/ext/standard/scanf.c +++ b/ext/standard/scanf.c @@ -1248,6 +1248,6 @@ static inline void scan_set_error_return(int numVars, pval **return_value) * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ |