[PATCH] fix typo
Xavier Bachelot <[email protected]> Thu, 11 Oct 2018 17:09:52 +0200
| Newsgroups | gmane.comp.video.xine.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, 'make dist' fails because of the typo fixed by this patch. Regards, Xavier _______________________________________________ xine-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xine-devel
xine-lib-1.2.9-fix_typo.patch
(text/x-patch, 817 B)
# HG changeset patch # User Xavier Bachelot <[email protected]> # Date 1539270302 -7200 # Thu Oct 11 17:05:02 2018 +0200 # Node ID bb1265823a8331cd822a1c6c0395e1bc26bd0613 # Parent 42925fea5c69a42fa377a7aa12d15df1f3fec59d Fix typo. diff -r 42925fea5c69 -r bb1265823a83 src/post/Makefile.am --- a/src/post/Makefile.am Mon Oct 08 12:32:29 2018 +0300 +++ b/src/post/Makefile.am Thu Oct 11 17:05:02 2018 +0200 @@ -185,7 +185,7 @@ # following files are currently unused. EXTRA_DIST += \ goom/goomsl.c goom/goomsl.h goom/goomsl_hash.c goom/goomsl_hash.h \ - goom/goomsl_heap.c ggoom/oomsl_heap.h goom/goomsl_private.h \ + goom/goomsl_heap.c goom/goomsl_heap.h goom/goomsl_private.h \ goom/goomsl_lex.c goom/goomsl_yacc.c goom/goomsl_yacc.h goom/default_scripts.h noinst_LTLIBRARIES += libpost_goom_asm.la