aboutsummaryrefslogtreecommitdiff
path: root/include/optparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/optparse.h')
-rw-r--r--include/optparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/optparse.h b/include/optparse.h
index 70e4318..5d16e67 100644
--- a/include/optparse.h
+++ b/include/optparse.h
@@ -25,7 +25,7 @@ enum op_argkind {
struct op_option {
rune shortopt;
- const char8_t *longopt;
+ struct u8view longopt;
enum op_argkind argtype;
};