mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
$NetBSD: patch-ad,v 1.1 2004/01/18 13:58:57 cube Exp $
|
|
|
|
--- src/gltron.c.orig 2003-07-12 19:15:17.000000000 +0200
|
|
+++ src/gltron.c
|
|
@@ -9,7 +9,7 @@
|
|
#include "base/util.h"
|
|
#include "SDL.h"
|
|
|
|
-int main(int argc, char *argv[] ) {
|
|
+int main(int argc, const char *argv[] ) {
|
|
initSubsystems(argc, argv);
|
|
runScript(PATH_SCRIPTS, "main.lua");
|
|
return 0;
|