Commit 15d7b692 by Marek Polacek Committed by Marek Polacek

* ada/acats/tests/cd/cd300051.c: Fix defaulting to int.

From-SVN: r216301
parent f714c670
2014-10-16 Marek Polacek <polacek@redhat.com>
* ada/acats/tests/cd/cd300051.c: Fix defaulting to int.
2014-10-16 Jakub Jelinek <jakub@redhat.com> 2014-10-16 Jakub Jelinek <jakub@redhat.com>
Marek Polacek <polacek@redhat.com> Marek Polacek <polacek@redhat.com>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
-- CD30005.A (as comments). -- CD30005.A (as comments).
--! --!
*/ */
int _cd30005_1( Value ) int _cd30005_1(int Value )
{ {
/* int Value */ /* int Value */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment