diff options
Diffstat (limited to 'lib/compat/strerror.c')
-rw-r--r-- | lib/compat/strerror.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compat/strerror.c b/lib/compat/strerror.c index aec27a196..ea8f1d7ec 100644 --- a/lib/compat/strerror.c +++ b/lib/compat/strerror.c @@ -41,4 +41,3 @@ strerror(int e) return buf; } #endif - |