summaryrefslogtreecommitdiffstats
path: root/api/standard.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/standard.c')
-rw-r--r--api/standard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/standard.c b/api/standard.c
index c677234..0649989 100644
--- a/api/standard.c
+++ b/api/standard.c
@@ -2767,6 +2767,7 @@ Dword Standard_setStreamType (
error = Error_DRIVER_INVALID;
}
#else
+ //Dword warning = Error_NO_ERROR;
Ganymede* ganymede;
Byte i;
@@ -3588,6 +3589,7 @@ Dword Standard_getDatagram (
Ganymede* ganymede;
Dword length = 0;
Byte value;
+ //Bool ready = False;
ganymede = (Ganymede*) demodulator;