X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2Frandom.cpp;h=907a853ee2693889bc2c7e8328f9b0097d7f0388;hb=d62300935546505305385dba525025a548c7b26b;hp=b8e8696fd6cc98e0ddc79d50f2d260b3b278951f;hpb=b3016b249333ac0ab0008d8c6c4d9029b2ff30c9;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; }