projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d47bf9
)
Missing return value, is never checked.
author
sebastid
<sebastid>
Thu, 11 Aug 2005 04:33:46 +0000
(
04:33
+0000)
committer
sebastid
<sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 11 Aug 2005 04:33:46 +0000
(
04:33
+0000)
SVN revision: 16102
src/bin/e_prefix.c
patch
|
blob
|
history
diff --git
a/src/bin/e_prefix.c
b/src/bin/e_prefix.c
index 87721b0f830b503db03ab913fed0eff5f139b0fa..9051aa27e77168d0a62fb3387bd0c6d655d2ca2d 100644
(file)
--- a/
src/bin/e_prefix.c
+++ b/
src/bin/e_prefix.c
@@
-159,6
+159,7
@@
_e_prefix_fallbacks(void)
printf("WARNING: Enlightenment could not determine its installed prefix\n"
" and is falling back on the compiled in default:\n"
" %s\n", _prefix_path);
+ return 1;
}
static int