index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-09 10:10:49 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-09 10:10:49 +0000 |
commit | 41a8621ba0c8eda65a10e111a979d2d751bf4adc (patch) | |
tree | 8315ba4dfb07501d40a64f49f958fe0a545d6b64 /lib/libalpm/server.h | |
parent | eaf5ba61c7e88ab893dc87072b97080b9bcb1443 (diff) |
-rw-r--r-- | lib/libalpm/server.h | 2 |
diff --git a/lib/libalpm/server.h b/lib/libalpm/server.h index 63dd62ea..60c9163c 100644 --- a/lib/libalpm/server.h +++ b/lib/libalpm/server.h @@ -32,7 +32,7 @@ /* Servers */ struct __pmserver_t { - char *path; + /* useless abstraction now? */ struct url *s_url; }; |