summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-02-01 19:43:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-02-01 19:43:32 +0000
commit104c492ef278520847a0d4c7646dfaba96ae426b (patch)
tree83d2104d518940ec6993b091d070ce3f5f884c94 /testsuites/support/include/tmacros.h
parentFix Formatting. (diff)
downloadrtems-104c492ef278520847a0d4c7646dfaba96ae426b.tar.bz2
2006-02-01 Joel Sherrill <joel@OARcorp.com>
PR 855/tests * support/include/tmacros.h: Fix typo.
Diffstat (limited to 'testsuites/support/include/tmacros.h')
-rw-r--r--testsuites/support/include/tmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index 956bee969c..be8ca9f17d 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -144,7 +144,7 @@ extern "C" {
#define sprint_time(_str, _s1, _tb, _s2) \
do { \
- sprintf( (str), "%s%02d:%02d:%02d %02d/%02d/%04d%s", \
+ sprintf( (_str), "%s%02d:%02d:%02d %02d/%02d/%04d%s", \
_s1, (_tb)->hour, (_tb)->minute, (_tb)->second, \
(_tb)->month, (_tb)->day, (_tb)->year, _s2 ); \
} while ( 0 )