Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1906)

Unified Diff: ports/ruby-ppapi/main.c

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/ruby-ppapi/build.sh ('k') | ports/samba/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ruby-ppapi/main.c
diff --git a/ports/ruby-ppapi/main.c b/ports/ruby-ppapi/main.c
index d2e3c9490f3a5f739719c1c2dc67d40a290c50a2..ae4778e146a3190005a144e2dcf8097de1c88a65 100644
--- a/ports/ruby-ppapi/main.c
+++ b/ports/ruby-ppapi/main.c
@@ -27,7 +27,7 @@
#define DATA_ARCHIVE "rbdata-" NACL_ARCH ".tar"
-int nacl_main(int argc, char** argv) {
+int main(int argc, char** argv) {
if (nacl_startup_untar(argv[0], DATA_ARCHIVE, "/"))
return -1;
« no previous file with comments | « ports/ruby-ppapi/build.sh ('k') | ports/samba/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698