summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/client.cpp')
-rw-r--r--pacman-c++/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp
index 7c428c5..581778e 100644
--- a/pacman-c++/client.cpp
+++ b/pacman-c++/client.cpp
@@ -152,7 +152,7 @@ void Client::showAbout()
152 152
153bool Constants::server = false; 153bool Constants::server = false;
154 154
155int main(int argc, char ** argv) 155int main(int argc, char **argv)
156{ 156{
157 /* Verify that the version of the library that we linked against is 157 /* Verify that the version of the library that we linked against is
158 * compatible with the version of the headers we compiled against. 158 * compatible with the version of the headers we compiled against.