aboutsummaryrefslogtreecommitdiff
path: root/src/strerror.c
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-17 08:10:12 -0600
committerGitHub <[email protected]>2021-02-17 08:10:12 -0600
commit4bcf2ce5b19781a88cad49fa9134756067c16cf3 (patch)
tree889b66023d00badae5808d0d166f9e9ff7a23c78 /src/strerror.c
parente1c13c59f332411070a30de21527af6f80875238 (diff)
parente114381c954cf96e231dafca0723c6e4ff18f3e5 (diff)
downloadpython-0.9.1-patched-QoL-4bcf2ce5b19781a88cad49fa9134756067c16cf3.tar.xz
python-0.9.1-patched-QoL-4bcf2ce5b19781a88cad49fa9134756067c16cf3.zip
Merge pull request #1 from Ringdingcoder/original
Restoring the original shar contents
Diffstat (limited to 'src/strerror.c')
-rw-r--r--src/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strerror.c b/src/strerror.c
index 202725f..37f9964 100644
--- a/src/strerror.c
+++ b/src/strerror.c
@@ -23,7 +23,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* PD implementation of strerror() for systems that don't have it.
- Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, <[email protected]>. */
+ Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, <[email protected]>. */
#include <stdio.h>