X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.c;h=041376a1057bcf2e98a4c23c2b23c42d73a68345;hb=26243a4b963bc3c59020b0469f1e469025da0ad8;hp=9f4dec175caf12c9ff3bf9ad30b2c90281a9828e;hpb=4c1f0ea9b7b5174d86a99803c1563caf778a8ee2;p=paraslash.git diff --git a/interactive.c b/interactive.c index 9f4dec17..041376a1 100644 --- a/interactive.c +++ b/interactive.c @@ -45,7 +45,7 @@ static struct i9e_private i9e_private, *i9ep = &i9e_private; * running. * * \return A negative return value of zero means the i9e task terminated. Only - * in this case it is safe to call ie9_close(). + * in this case it is safe to call i9e_close(). */ int i9e_get_error(void) { @@ -561,7 +561,7 @@ __printf_2_3 void i9e_log(int ll, const char* fmt,...) * the given text. If the length of this text exceeds the width of the * terminal, the text is shortened by leaving out a part in the middle. */ -void ie9_print_status_bar(char *buf, unsigned len) +void i9e_print_status_bar(char *buf, unsigned len) { size_t x = i9ep->num_columns, y = (x - 4) / 2;