]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - mashrom.c
Fix add sp, imm8 *sweatdrop*
[fpgaboy.git] / mashrom.c
index 5c252fe44cb5da993a6e8da8eac90f3a5ba80150..6ab07a4b314dff972aff934d1f9d292875ba2274 100644 (file)
--- a/mashrom.c
+++ b/mashrom.c
@@ -1,4 +1,4 @@
-void main(int argc, char** argv)
+int main(int argc, char** argv)
 {
   int n = 1024;
   int i;
@@ -11,4 +11,5 @@ void main(int argc, char** argv)
       c = 0;
     printf("%02x\n", c);
   }
+  return 0;
 }
\ No newline at end of file
This page took 0.024687 seconds and 4 git commands to generate.