Changeset - 7c7da424b6e4
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-04-10 10:20:40
hanzz.k@gmail.com
fixed include
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/gen_dynamic_purple.py
Show inline comments
 
@@ -5,7 +5,7 @@ methods = []
 
definitions = []
 

	
 
if len(sys.argv) != 2:
 
	print "Usage:", sys.argv[0], "<path_to_libpurple_dir>"
 
	print "Usage:", sys.argv[0], "<path_to_libpurple_dir_containing_libpurple_headers>"
 
	sys.exit(1)
 

	
 

	
0 comments (0 inline, 0 general)