Branch: refs/heads/master Author: Max Musatov m1kc@yandex.ru Committer: Colomban Wendling ban@herbesfolles.org Date: Fri, 22 Feb 2013 14:07:50 UTC Commit: 9d88bd24634f155c111e25476456530ecd244fda https://github.com/geany/geany/commit/9d88bd24634f155c111e25476456530ecd244f...
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).