diff options
Diffstat (limited to 'lib/libalpm/server.h')
-rw-r--r-- | lib/libalpm/server.h | 2 |
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; }; |