]> granicus.if.org Git - check/commit
Remove stray ; from putenv
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 4 Nov 2012 03:08:37 +0000 (03:08 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 4 Nov 2012 03:08:37 +0000 (03:08 +0000)
commit0c6fa209c36e4fda3a4c538ac2d7a3b820e5b5a1
tree6c78a73f9255e2ddb49482fb9b3d3404dc746a7d
parentc7f7a70f37a15da21927910b4fff32d9a3d62946
Remove stray ; from putenv

There was a stray ; in putenv's defintion. On systems with no putenv,
lib/putenv.c will be used instead, which fails to compile.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@642 64e312b2-a51f-0410-8e61-82d0ca0eb02a
lib/putenv.c