summaryrefslogtreecommitdiff
path: root/xml-rpc-functions.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-30 22:31:52 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-30 22:31:52 +0100
commitb6bc70d732ac6f3e608fef6d0b295fa9a32e7369 (patch)
treee3071a4f77fe5bbbc0a20211d679ce7e77d0a728 /xml-rpc-functions.lisp
parent770c0ea8257fa9a866edde35e816d1493cda1eb3 (diff)
Fix the return value of metaWeblog.getCategories.
Ignore-this: b881052414a3db21747a64cd9e55e936 darcs-hash:f1a19af9b8b7942d3d316991a104a9b9ad146591
Diffstat (limited to 'xml-rpc-functions.lisp')
-rw-r--r--xml-rpc-functions.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml-rpc-functions.lisp b/xml-rpc-functions.lisp
index 11c6803..bda05c1 100644
--- a/xml-rpc-functions.lisp
+++ b/xml-rpc-functions.lisp
@@ -60,7 +60,7 @@
(defun mulk.journal.xml-rpc::metaWeblog.getCategories (blogid username password)
(declare (ignore blogid username password))
- (list))
+ #())
(defun mulk.journal.xml-rpc::metaWeblog.getRecentPosts (blogid username password number-of-posts)