projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4d3e0
)
Janitor - fix "warning: 'return' with no value, in function returning non-void"
author
ellson
<devnull@localhost>
Tue, 25 Mar 2008 16:17:45 +0000
(16:17 +0000)
committer
ellson
<devnull@localhost>
Tue, 25 Mar 2008 16:17:45 +0000
(16:17 +0000)
plugin/gd/gvloadimage_gd.c
patch
|
blob
|
history
diff --git
a/plugin/gd/gvloadimage_gd.c
b/plugin/gd/gvloadimage_gd.c
index ececad48c535eae865b9730154f1b17a88c33811..e51439d97dae22bcab19c82bf2a0f8f0fdc96b53 100644
(file)
--- a/
plugin/gd/gvloadimage_gd.c
+++ b/
plugin/gd/gvloadimage_gd.c
@@
-53,7
+53,7
@@
static gdImagePtr gd_loadimage(GVJ_t * job, usershape_t *us)
}
if (!us->data) { /* read file into cache */
if (!gvusershape_file_access(us))
- return;
+ return
NULL
;
switch (us->type) {
#if 0
case FT_GD: