diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-28 12:28:25 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-28 12:28:25 -0500 |
commit | 5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea (patch) | |
tree | a60ffaacdaa394f8a9772220b50a47d5f51bddc6 /src/rpath.c | |
parent | a267f8258162fdab350944676b2e71f858c3de51 (diff) | |
download | spmc-5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea.tar.gz |
Fixes:
* doxygen config
* doxygen @file directives
* corrected stupid strip() implemention
* corrected strip usage by config parser. wrong pointer.
Diffstat (limited to 'src/rpath.c')
-rw-r--r-- | src/rpath.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rpath.c b/src/rpath.c index f499e98..b7d4937 100644 --- a/src/rpath.c +++ b/src/rpath.c @@ -1,3 +1,6 @@ +/** + * @file rpath.c + */ #include "spm.h" /** |