From: slack Date: Tue, 30 Sep 2008 23:37:27 +0000 (+0200) Subject: changed module name from 'template' to 'laz0r' X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=4055121a330626fa4b4054c20539ec5475468dfc;p=laz0r.git changed module name from 'template' to 'laz0r' --- diff --git a/main.cc b/main.cc index c53ca4b..ef7a0aa 100644 --- a/main.cc +++ b/main.cc @@ -6,7 +6,7 @@ #include /* Define the module info section */ -PSP_MODULE_INFO("template", 0, 1, 1); +PSP_MODULE_INFO("laz0r", 0, 1, 1); /* Define the main thread's attribute value (optional) */ PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER | THREAD_ATTR_VFPU);