Commit 0dce422

Matthias-Christian Ott <ott@enolink.de>
2008-06-09 16:21:37
correct function name
1 parent b8f79f0
Changed files (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);