minor compile fix

This commit is contained in:
Ken Martin 2001-06-29 09:53:09 -04:00
parent 0846046200
commit fd06cd32c1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include "cmSystemTools.h"
// this is a test driver program for cmake.
main (int argc, char *argv[])
int main (int argc, char *argv[])
{
if (argc < 4)
{