diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-11-01 11:38:34 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-11-01 11:38:34 +0000 |
| commit | e8da8c744b5150d2165eeed3ecf71584f19abb03 (patch) | |
| tree | 8ffc962dccbdf41ba2c4d9c12989e3a8a4a57319 /usr.bin/sort/sort.h | |
| parent | 252462b3bda5ce02e806d24f97decd4727a9f6c7 (diff) | |
Notes
Diffstat (limited to 'usr.bin/sort/sort.h')
| -rw-r--r-- | usr.bin/sort/sort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h index 525b62513e54d..f5b48bd1b9993 100644 --- a/usr.bin/sort/sort.h +++ b/usr.bin/sort/sort.h @@ -77,7 +77,7 @@ extern MD5_CTX md5_ctx; */ struct sort_opts { - wchar_t field_sep; + wint_t field_sep; int sort_method; bool cflag; bool csilentflag; |
