Skip to content

Commit dc3f064

Browse files
committed
avoid compiler warning
1 parent 736c048 commit dc3f064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/source_mapserver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ mapcache_source* mapcache_source_mapserver_create(mapcache_context *ctx)
278278
mapcache_source* mapcache_source_mapserver_create(mapcache_context *ctx)
279279
{
280280
ctx->set_error(ctx, 500, "mapserver source not configured for this build");
281+
return NULL;
281282
}
282283
#endif
283284

0 commit comments

Comments
 (0)