Parcourir la source

correct function name

Matthias-Christian Ott il y a 17 ans
Parent
commit
0dce422d31
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);