summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/server.h')
-rw-r--r--lib/libalpm/server.h2
1 files changed, 1 insertions, 1 deletions
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;
};