summaryrefslogtreecommitdiffstats
path: root/loader/qtx/qtxload.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/qtxload.c')
-rw-r--r--loader/qtx/qtxload.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/loader/qtx/qtxload.c b/loader/qtx/qtxload.c
index a57342896f..3ac6f319f3 100644
--- a/loader/qtx/qtxload.c
+++ b/loader/qtx/qtxload.c
@@ -41,8 +41,7 @@ int main(int argc, char *argv[]){
void* theqtdp=NULL;
void* compcall=NULL;
void* compcallws=NULL;
- ComponentResult (*
-dispatcher)(ComponentParameters *params, Globals glob);
+ ComponentResult (*dispatcher)(ComponentParameters *params, Globals glob);
ComponentResult ret;
ComponentParameters *params;
ComponentDescription desc;