* fixed a typo in the header
authorkramm <kramm>
Sun, 28 Oct 2001 16:58:04 +0000 (16:58 +0000)
committerkramm <kramm>
Sun, 28 Oct 2001 16:58:04 +0000 (16:58 +0000)
* new config option: config.antistream

src/settings.h

index da73a71..e37b4c2 100644 (file)
@@ -1,5 +1,5 @@
 /* args.h
-   Settings for swfcombine. This is deliberately not named "config.h" to
+   Settings for swfcombine. This file is deliberately not named "config.h" to
    avoid conflicts with GNU autoconf.
 
    Part of the swftools package.
@@ -16,6 +16,7 @@ struct config_t
    char alloctest;
    char clip;
    char stack;
+   char antistream;
    int loglevel;
    int movex;
    int movey;