Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2010-04-29 20:04:54 (GMT)
committer wkendrick <wkendrick>2010-04-29 20:04:54 (GMT)
commitfa670379c4c203e61d6509da90c728c2da1edff3 (patch)
treef8b97a8702cc23ef1d3cc414d069576656f6e9c2
parenta24b1f5269b28f2f8f47dbd6b367dd301a971a18 (diff)
Syntax error fix.
-rw-r--r--src/tuxpaint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tuxpaint.c b/src/tuxpaint.c
index 2369b92..1eded07 100644
--- a/src/tuxpaint.c
+++ b/src/tuxpaint.c
@@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
- June 14, 2002 - April 27, 2010
+ June 14, 2002 - April 29, 2010
*/
@@ -20130,7 +20130,7 @@ static void parse_file_options(struct cfginfo *restrict tmpcfg, const char *file
static void parse_argv_options(struct cfginfo *restrict tmpcfg, char *argv[])
{
- char *str *arg;
+ char *str, *arg;
/* FIXME: Bring back support for single-dash options:
-c (--copying)