X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fcommand%2Fgeneric.qh;h=7ee3d50649b4b533b0e742c512659d167823a376;hb=3b4538464212cdef7e377e6e203e820178a76fe6;hp=be096db17f832162b4b7a235eeaa9c612882af0c;hpb=4524af86ee6190c8d7f7cd7ccc068650809a0ce7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/command/generic.qh b/qcsrc/common/command/generic.qh index be096db17..7ee3d5064 100644 --- a/qcsrc/common/command/generic.qh +++ b/qcsrc/common/command/generic.qh @@ -19,4 +19,4 @@ void GenericCommand_macro_write_aliases(float fh); void Curl_URI_Get_Callback(float id, float status, string data); float curl_uri_get_pos; float curl_uri_get_exec[URI_GET_CURL_END - URI_GET_CURL + 1]; -string curl_uri_get_cvar[URI_GET_CURL_END - URI_GET_CURL + 1]; \ No newline at end of file +string curl_uri_get_cvar[URI_GET_CURL_END - URI_GET_CURL + 1];