diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-10-06 13:21:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-10-06 13:21:37 -0400 |
commit | baf874b5a76a1be02961e88f31da8fd97c4623f6 (patch) | |
tree | 95af075763836934a242dbfc2add32afecdaf1fe /lib/sdp/sdp.d | |
parent | sdp.org minor (diff) |
dmd compiler warnings fixed
Diffstat (limited to 'lib/sdp/sdp.d')
-rw-r--r-- | lib/sdp/sdp.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sdp/sdp.d b/lib/sdp/sdp.d index 3bfbc5b..27fb169 100644 --- a/lib/sdp/sdp.d +++ b/lib/sdp/sdp.d @@ -31,7 +31,7 @@ import lib.sdp.ao_utils; // ao_utils.d import std.conv : to; mixin RgxInit; mixin Interfaces; mixin Emitters; -void main(string argv[]) { +void main(string[] argv) { mixin SiSUheader; mixin SiSUbiblio; mixin SiSUrgxInitFlags; |