diff --git a/gauss.c b/gauss.c index d1c5b41..178a108 100644 --- a/gauss.c +++ b/gauss.c @@ -137,10 +137,10 @@ int main( int argc, char *argv[] ) { glsPrint(m); if(solve(m)) { printf("Output: \n"); - glsPrint(m); } else { printf("Failed to solve. :(\n"); } + glsPrint(m); return 0; }