aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SetupPGH.c')
-rw-r--r--src/SetupPGH.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index 2a1198d..cbccf71 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -227,13 +227,12 @@ pGH *PUGH_SetupPGH (void *callerid,
0 for success
@endreturndesc
@@*/
-int PUGH_Terminate (cGH *GH)
+void PUGH_Terminate (cGH *GH)
{
pGH *pughGH = PUGH_pGH (GH);
PUGH_DestroyPGH (&pughGH);
- return (0);
}