diff --git a/C++/62_cppBeginners.cpp b/C++/62_cppBeginners.cpp index 5e9c928..42f8f1e 100644 --- a/C++/62_cppBeginners.cpp +++ b/C++/62_cppBeginners.cpp @@ -11,7 +11,7 @@ int main() { throw 99; } - }catch(int x); + }catch(int x){; cout << "son can not be older than mom ERROR NUMBER :" << x << endl; }