summaryrefslogtreecommitdiff
path: root/src/posix/posix-cd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/posix/posix-cd.c')
-rw-r--r--src/posix/posix-cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix/posix-cd.c b/src/posix/posix-cd.c
index ee0b338..3fd7d7c 100644
--- a/src/posix/posix-cd.c
+++ b/src/posix/posix-cd.c
@@ -31,7 +31,7 @@ int main (int argc, char const **argv)
setlocale(LC_ALL, "") ; /* yeah, as if */
{
- subgetopt_t l = SUBGETOPT_ZERO ;
+ subgetopt l = SUBGETOPT_ZERO ;
for (;;)
{
int opt = subgetopt_r(argc, argv, "LP", &l) ;