summaryrefslogtreecommitdiff
path: root/cd-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r--cd-tool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp
index edcd91e..e5b2ce5 100644
--- a/cd-tool.cpp
+++ b/cd-tool.cpp
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: cd-tool.cpp,v 1.24 2004-04-27 21:38:43 pixel Exp $ */
+/* $Id: cd-tool.cpp,v 1.25 2004-04-28 14:24:17 pixel Exp $ */
#include <getopt.h>
#include "Input.h"
@@ -66,8 +66,8 @@ enum cdtool_functions_t {
struct lua_functypes_t cdtool_functions[] = {
{ CDTOOL_PRINT, "print", 1, 1, { LUA_STRING } },
- { CDTOOL_QUIT, "quit", 0, 0, { } },
- { CDTOOL_EXIT, "exit", 0, 0, { } },
+ { CDTOOL_QUIT, "quit", 0, 0, 0 },
+ { CDTOOL_EXIT, "exit", 0, 0, 0 },
{ CDTOOL_INFOS, "infos", 0, 1, { LUA_OBJECT } },
{ CDTOOL_PATH, "path", 0, 1, { LUA_OBJECT } },
{ CDTOOL_PRINTDIR, "printdir", 1, 2, { LUA_STRING, LUA_OBJECT } },