diff --git a/questions/answers/178.md b/questions/answers/178.md index cba9f06..bbe06ff 100644 --- a/questions/answers/178.md +++ b/questions/answers/178.md @@ -13,7 +13,7 @@ Using `typedef`, for example: ```c -typedef my_new_int_type int; +typedef int my_new_int_type; ```