diff options
Diffstat (limited to 'src/bootchart/svg.h')
-rw-r--r-- | src/bootchart/svg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootchart/svg.h b/src/bootchart/svg.h index df3a7bf8ef..f0fb1a7ce7 100644 --- a/src/bootchart/svg.h +++ b/src/bootchart/svg.h @@ -24,4 +24,4 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -void svg_do(const char *build); +int svg_do(const char *build); |