Mercurial > nand-ecoscentric
diff packages/services/memalloc/common/current/tests/malloc1.c @ 126:518f42066aba ecos-sw-2000-09-19
Merge from eCos master repository on 2000-09-19-06:25:26-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Sep 2000 05:53:51 +0000 |
| parents | 6ed91473a1cd |
| children | 0d2b193a635f |
line wrap: on
line diff
--- a/packages/services/memalloc/common/current/tests/malloc1.c +++ b/packages/services/memalloc/common/current/tests/malloc1.c @@ -241,6 +241,8 @@ main( int argc, char *argv[] ) CYG_TEST_FINISH("Finished tests from testcase " __FILE__ " for C library " "malloc(), calloc() and free() functions"); + + return 0; } // main() #endif // ifndef NA_MSG
