blueloveTH пре 1 година
родитељ
комит
4254de48bf
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      include/pocketpy/pocketpy.h

+ 1 - 0
include/pocketpy/pocketpy.h

@@ -353,6 +353,7 @@ py_TmpRef py_getmodule(const char* path);
 int py_import(const char* path) PY_RAISE;
 int py_import(const char* path) PY_RAISE;
 
 
 /************* Errors *************/
 /************* Errors *************/
+
 /// Raise an exception by type and message. Always return false.
 /// Raise an exception by type and message. Always return false.
 bool py_exception(py_Type type, const char* fmt, ...) PY_RAISE;
 bool py_exception(py_Type type, const char* fmt, ...) PY_RAISE;
 /// Raise an expection object. Always return false.
 /// Raise an expection object. Always return false.