The following commit has been merged in the master branch:
commit 85a398c3d086424508bcc07abbb1bc678bb130fc
Author: Branden Robinson <[email protected]>
Date: Thu Nov 20 07:00:02 2008 +0200
Fix typo in macro argument
diff --git a/src/main.c b/src/main.c
index 2714659..0c0e510 100644
--- a/src/main.c
+++ b/src/main.c
@@ -392,8 +392,8 @@ static const struct cmdinfo cmdinfos[]= {
{ longopt, shortopt, 0, NULL, NULL, setaction, code, NULL, (voidfnp)function }
#define OBSOLETE(longopt,shortopt) \
{ longopt, shortopt, 0, NULL, NULL, setobsolete, 0, NULL, NULL }
-#define ACTIONBACKEND(longopt,shortop, backend) \
- { longopt, shortop, 0, NULL, NULL, setaction, 0, (void *)backend,
(voidfnp)execbackend }
+#define ACTIONBACKEND(longopt, shortopt, backend) \
+ { longopt, shortopt, 0, NULL, NULL, setaction, 0, (void *)backend,
(voidfnp)execbackend }
ACTION( "install", 'i', act_install,
archivefiles ),
ACTION( "unpack", 0, act_unpack,
archivefiles ),
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]