projects
/
profile
/
ivi
/
murphy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8adc67c
)
build-sys: get rid of a compile-time warning.
author
Krisztian Litkey
<kli@iki.fi>
Mon, 8 Oct 2012 11:17:49 +0000
(14:17 +0300)
committer
Krisztian Litkey
<krisztian.litkey@intel.com>
Fri, 26 Oct 2012 16:24:50 +0000
(19:24 +0300)
build-aux/gen-linkedin-loader
patch
|
blob
|
history
diff --git
a/build-aux/gen-linkedin-loader
b/build-aux/gen-linkedin-loader
index
1719dd4
..
2698cb3
100644
(file)
--- a/
build-aux/gen-linkedin-loader
+++ b/
build-aux/gen-linkedin-loader
@@
-72,7
+72,7
@@
emit_murphy_loader () {
emit "#include \"linkedin-$_p-loader.h\""
done
emit ""
- emit "
void
mrp_load_linkedin_plugins(void)"
+ emit "
int
mrp_load_linkedin_plugins(void)"
emit "{"
emit " return \\"
for _p in $*; do