X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2Frandom.cpp;fp=ETL%2Ftrunk%2Ftest%2Frandom.cpp;h=907a853ee2693889bc2c7e8328f9b0097d7f0388;hb=cee5940bae97612105db8b7e1ffcf513f9d9150c;hp=b8e8696fd6cc98e0ddc79d50f2d260b3b278951f;hpb=dee84efa006428fdfbf0e84b66ee94eb23113ad9;p=synfig.git diff --git a/ETL/trunk/test/random.cpp b/ETL/trunk/test/random.cpp index b8e8696..907a853 100644 --- a/ETL/trunk/test/random.cpp +++ b/ETL/trunk/test/random.cpp @@ -33,7 +33,7 @@ int random_basic_test(void) { int ret=0; random Rand; - + return ret; } @@ -42,7 +42,7 @@ int random_basic_test(void) int main() { int error=0; - - + + return error; }