diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-01 01:30:06 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-01 01:30:06 -0400 |
commit | c134c8b1e1df0b06d21aa98e385e0255107319a0 (patch) | |
tree | 897b0479b517ba1c4063e0dba7f7ba1c1557e9ee | |
parent | cc8a5cbaad299c0cfbf730042014cf12bc0cb975 (diff) | |
download | librambutan-c134c8b1e1df0b06d21aa98e385e0255107319a0.tar.gz librambutan-c134c8b1e1df0b06d21aa98e385e0255107319a0.zip |
examples/debug-dtrrts.cpp: Cosmetics.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | examples/debug-dtrrts.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/debug-dtrrts.cpp b/examples/debug-dtrrts.cpp index 0286212..75eceef 100644 --- a/examples/debug-dtrrts.cpp +++ b/examples/debug-dtrrts.cpp @@ -31,9 +31,8 @@ __attribute__((constructor)) void premain() { int main(void) { setup(); - while (1) { + while (true) { loop(); } return 0; } - |