Commit fab0e477 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Dialog.c: shorten switch blocks

parent 88365474
...@@ -294,7 +294,6 @@ void nxagentLaunchDialog(DialogType dialogType) ...@@ -294,7 +294,6 @@ void nxagentLaunchDialog(DialogType dialogType)
#ifdef WARNING #ifdef WARNING
fprintf(stderr, "nxagentLaunchDialog: Unknown Dialog type [%d].\n", dialogType); fprintf(stderr, "nxagentLaunchDialog: Unknown Dialog type [%d].\n", dialogType);
#endif #endif
return; return;
} }
} }
...@@ -524,7 +523,6 @@ void nxagentTerminateDialog(DialogType type) ...@@ -524,7 +523,6 @@ void nxagentTerminateDialog(DialogType type)
#ifdef WARNING #ifdef WARNING
fprintf(stderr, "nxagentTerminateDialog: Unknown dialog type [%d].\n", type); fprintf(stderr, "nxagentTerminateDialog: Unknown dialog type [%d].\n", type);
#endif #endif
return; return;
} }
} }
......
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