We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c79c3a commit b7504d3Copy full SHA for b7504d3
1 file changed
mag2tor.cpp
@@ -15,7 +15,7 @@
15
#include <libtorrent/torrent_handle.hpp>
16
#include <libtorrent/torrent_info.hpp>
17
18
-int usage(const char *argv0) {
+static int usage(const char *argv0) {
19
std::cerr << "usage: " << argv0 << " <magnet-url>" <<
20
std::endl;
21
return 1;
0 commit comments