23 lines
690 B
Diff
23 lines
690 B
Diff
From 20802e772465613288f250c4a6ff8b91f5780f5a Mon Sep 17 00:00:00 2001
|
|
From: Long Nguyen <nguyen.long.908132@gmail.com>
|
|
Date: Sun, 14 Nov 2021 14:55:35 +0700
|
|
Subject: [PATCH 065/N] _testconsole.c: Fix casing & path sep
|
|
|
|
---
|
|
PC/_testconsole.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/PC/_testconsole.c b/PC/_testconsole.c
|
|
index 3221b98..47fbe6f 100644
|
|
--- a/PC/_testconsole.c
|
|
+++ b/PC/_testconsole.c
|
|
@@ -116,7 +116,7 @@ _testconsole_read_output_impl(PyObject *module, PyObject *file)
|
|
Py_RETURN_NONE;
|
|
}
|
|
|
|
-#include "clinic\_testconsole.c.h"
|
|
+#include "clinic/_testconsole.c.h"
|
|
|
|
PyMethodDef testconsole_methods[] = {
|
|
_TESTCONSOLE_WRITE_INPUT_METHODDEF
|