Explorar el Código

correct function name

Matthias-Christian Ott hace 17 años
padre
commit
0dce422d31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std.c

+ 1 - 1
std.c

@@ -28,7 +28,7 @@ void eprintn(const char *errstr, ...);
 void getpty(void);
 void movea(int x, int y);
 void mover(int x, int y);
-void parse(void);
+void parseesc(void);
 void scroll(int l);
 void shell(void);
 void sigchld(int n);