[geany/geany] 9d88bd: Update the main.d template to use a more standard prototype for main()

Max Musatov git-noreply at xxxxx
Fri Feb 22 14:07:50 UTC 2013


Branch:      refs/heads/master
Author:      Max Musatov <m1kc at yandex.ru>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 22 Feb 2013 14:07:50 UTC
Commit:      9d88bd24634f155c111e25476456530ecd244fda
             https://github.com/geany/geany/commit/9d88bd24634f155c111e25476456530ecd244fda

Log Message:
-----------
Update the main.d template to use a more standard prototype for main()


Modified Paths:
--------------
    data/templates/files/main.d

Modified: data/templates/files/main.d
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,7 @@
 
 import std.stdio;
 
-int main(char[][] args)
+int main(string[] args)
 {
 	
 	return 0;



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list