minor compile fix

This commit is contained in:
Ken Martin 2001-06-29 09:53:09 -04:00
parent 0846046200
commit fd06cd32c1

View File

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