Kaydet (Commit) fd95c895 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix signature of main function

Change-Id: Id6a4968b15445f04e788eaa6ca950707d5311e66
üst 15913f9a
...@@ -62,7 +62,7 @@ void simple_object_creation_and_destruction() ...@@ -62,7 +62,7 @@ void simple_object_creation_and_destruction()
} }
int main( char * argv[] ) int main()
{ {
simple_object_creation_and_destruction(); simple_object_creation_and_destruction();
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment