diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luac.cc b/src/luac.cc index 011013e..504dac2 100644 --- a/src/luac.cc +++ b/src/luac.cc @@ -52,7 +52,7 @@ virtual int startup() throw (GeneralException) { Lua * L = new Lua(); bool strip = true; bool listing = false; - char * output = "a.clua"; + const char * output = "a.clua"; bool todo; while ((c = getopt_long(argc, argv, "Hhvo:dl", long_options, NULL)) != EOF) { |