small fix

This commit is contained in:
Kolan Sh 2012-05-01 02:17:26 +04:00
parent 9809469864
commit 47b5fa044d
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ typedef struct Square
} Square; } Square;
struct Square* Square_new (double a); Square* Square_new (double a);
#endif // __SQUARE_H__ #endif // __SQUARE_H__