# HG changeset patch # User stefano # Date 1271108941 0 # Node ID 29bd5deb7dfc862ddb12474d2532efb3966cd4d7 # Parent 8d3539d6ba3dff7371439c73b16d1558ec7472f7 Remove stray empty line. diff -r 8d3539d6ba3d -r 29bd5deb7dfc eval.h --- a/eval.h Mon Apr 12 20:45:33 2010 +0000 +++ b/eval.h Mon Apr 12 21:49:01 2010 +0000 @@ -61,7 +61,6 @@ * @return AVExpr which must be freed with ff_free_expr() by the user when it is not needed anymore * NULL if anything went wrong */ - AVExpr *ff_parse_expr(const char *s, const char * const *const_name, double (* const *func1)(void *, double), const char * const *func1_name, double (* const *func2)(void *, double, double), const char * const *func2_name,