Kaydet (Commit) e76fba39 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Just return, not return 0; as it is void function.

üst a7d38f57
...@@ -814,7 +814,7 @@ static void ...@@ -814,7 +814,7 @@ static void
exec_javaldx (Args *args) exec_javaldx (Args *args)
{ {
#ifndef SOLAR_JAVA #ifndef SOLAR_JAVA
return 0; return;
#endif #endif
char newpath[4096]; char newpath[4096];
sal_uInt32 nArgs; sal_uInt32 nArgs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment