diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2015-05-06 08:48:53 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2015-05-06 08:48:53 +0000 |
| commit | 6957740e11e8604b8439c3ef331cf3c44400d1fb (patch) | |
| tree | 3b49e46aae35f6ef12ab9bc6575f02c072e25a2b /src/dir-util.cpp | |
| parent | show filter usage count (diff) | |
| download | inkscape-6957740e11e8604b8439c3ef331cf3c44400d1fb.tar.gz inkscape-6957740e11e8604b8439c3ef331cf3c44400d1fb.zip | |
Changed return type to be consistent with other calls and to make header stand-alone.
(bzr r14112)
Diffstat (limited to 'src/dir-util.cpp')
| -rw-r--r-- | src/dir-util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dir-util.cpp b/src/dir-util.cpp index c9b88b007..64f7ab7e7 100644 --- a/src/dir-util.cpp +++ b/src/dir-util.cpp @@ -217,7 +217,7 @@ erange: return (NULL); } -gchar *prepend_current_dir_if_relative(gchar const *uri) +char *prepend_current_dir_if_relative(gchar const *uri) { if (!uri) { return NULL; |
