diff --git a/cesyms/cesyms.d b/cesyms/cesyms.d index ecc4e1ca..907bb4a2 100644 --- a/cesyms/cesyms.d +++ b/cesyms/cesyms.d @@ -37,7 +37,7 @@ void main(string[] args) { // format bool asJson; - getopt(args, std.getopt.config.passThrough, 'j', &asJson); + getopt(args, std.getopt.config.passThrough, "j", &asJson); // get either the module from stdin or from first arg string fname; diff --git a/etc/libdparse b/etc/libdparse index 6a42726a..a03641db 160000 --- a/etc/libdparse +++ b/etc/libdparse @@ -1 +1 @@ -Subproject commit 6a42726a7b8286df19db561a2f35f75d8c4a9e77 +Subproject commit a03641db1bfa109d860eeb6e2ffdf3c81fd9e712