epgcache.cpp: fix typo
[enigma2.git] / lib / dvb / epgcache.cpp
index 5381195a51472d03847a88fd9fb18d4ebf7c4f83..2dc36412d5fbdaa2a3dc1d8ced90755e95afab9c 100644 (file)
@@ -1717,7 +1717,7 @@ void fillTuple(ePyObject tuple, const char *argstring, int argcount, ePyObject s
                                ++argcount;
                                continue;
                        default:  // ignore unknown
                                ++argcount;
                                continue;
                        default:  // ignore unknown
-                               tmp = ePyObjec();
+                               tmp = ePyObject();
                                eDebug("fillTuple unknown '%c'... insert 'None' in result", c);
                }
                if (!tmp)
                                eDebug("fillTuple unknown '%c'... insert 'None' in result", c);
                }
                if (!tmp)