X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fgenex.cpp;h=552676e21c67a3bc3517dea63b31ea65630a23e6;hp=8b2c9f5091bfa99ece80cb18c0dd606b6bb145db;hb=781107fc309db9eadc2e0540d35d9813da0afd4d;hpb=fbdd5eefb7188778ca9c04b5bee08223609b880f diff --git a/check/genex.cpp b/check/genex.cpp index 8b2c9f50..552676e2 100644 --- a/check/genex.cpp +++ b/check/genex.cpp @@ -4,7 +4,7 @@ * input in the consistency checks. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -151,4 +151,6 @@ sparse_tree(const symbol & x, } else return random_symbol(x,y,z,rational,complex); } + + return 0; }