Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix compilation of pc-servicemanager on 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Nov 7, 2013
1 parent 395de4d commit 62a794c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-qt4/pc-servicemanager/main.cpp
Expand Up @@ -31,7 +31,7 @@ int main( int argc, char ** argv )
if ( argc == 4 ) {
chroot = argv[2];
ip = argv[3];
} else {
}else{
qDebug() << "Usage: -warden <directory> <ip>";
exit(1);
}
Expand Down

0 comments on commit 62a794c

Please sign in to comment.