projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83280a0
)
more return fixes. clang reports.
author
raster
<raster>
Sun, 16 Jan 2011 04:13:37 +0000
(
04:13
+0000)
committer
raster
<raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Jan 2011 04:13:37 +0000
(
04:13
+0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56173
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/bin/edje_cc_parse.c
patch
|
blob
|
history
diff --git
a/src/bin/edje_cc_parse.c
b/src/bin/edje_cc_parse.c
index
05ae2dc
..
98b922e
100644
(file)
--- a/
src/bin/edje_cc_parse.c
+++ b/
src/bin/edje_cc_parse.c
@@
-1322,7
+1322,6
@@
_deltaf(char *s, double *val)
s++;
s = _alphaf(s, val);
s++;
- return s;
}
return s;
}
@@
-1440,8
+1439,7
@@
_is_numf(char c)
|| ('.' == c)
|| ('+' == c))
return 1;
- else
- return 0;
+ return 0;
}
static int