diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-07 13:20:47 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-07 13:20:47 (GMT) |
commit | 696d15c7ba6f1e9769b0d3220a845be2aabfed50 (patch) | |
tree | 874a3e994e0cc1f9f3d09bd94e86df3bec085219 /Tests/COnly/foo.c | |
parent | 2cf6730def50ea33360ecdaebb098fec4635529e (diff) | |
download | CMake-696d15c7ba6f1e9769b0d3220a845be2aabfed50.zip CMake-696d15c7ba6f1e9769b0d3220a845be2aabfed50.tar.gz CMake-696d15c7ba6f1e9769b0d3220a845be2aabfed50.tar.bz2 |
Fix problem on HP
Diffstat (limited to 'Tests/COnly/foo.c')
-rw-r--r-- | Tests/COnly/foo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/COnly/foo.c b/Tests/COnly/foo.c index b42bbfd..e4faf38 100644 --- a/Tests/COnly/foo.c +++ b/Tests/COnly/foo.c @@ -1 +1 @@ -const char* foo = "Foo"; +char* foo = "Foo"; |