diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-20 12:11:02 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-20 12:11:02 +0000 |
commit | 4c32faddc23f87962bbf074f358cf2e29562f425 (patch) | |
tree | 36a9b195d5558f55fe61a01c3f8b4a8a7263a873 /performance-tests | |
parent | 69d81c30073dba302b4e4676156636fbefd74f77 (diff) | |
download | ATCD-4c32faddc23f87962bbf074f358cf2e29562f425.tar.gz |
oops, fixed comment in last preprocessor statement
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Misc/basic_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/basic_func.h b/performance-tests/Misc/basic_func.h index 9628087aa2c..dcb70bae5da 100644 --- a/performance-tests/Misc/basic_func.h +++ b/performance-tests/Misc/basic_func.h @@ -74,4 +74,4 @@ class Foo_d_v : public Foo_v virtual void v_func (); }; -#endif /8 BASIC_FUNC_H */ +#endif /* BASIC_FUNC_H */ |