X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=libs%2Fcmdlib.h;h=e901486d0ecc38c6ef709533df57bd5c5e501157;hb=59d46c47dd0d80a344748773bd4c92b619bf4f63;hp=abdc15a6fd3cfd6d4d2da873c2f65d58d0c54713;hpb=a78b39f38a98bef33e988ff35d37d15c7e2819a8;p=xonotic%2Fnetradiant.git diff --git a/libs/cmdlib.h b/libs/cmdlib.h index abdc15a6..e901486d 100644 --- a/libs/cmdlib.h +++ b/libs/cmdlib.h @@ -44,7 +44,7 @@ // if the spawn was fine // TODO TTimo add functionality to track the process until it dies -bool Q_Exec( const char *cmd, char *cmdline, const char *execdir, bool bCreateConsole, bool waitfor ); +bool Q_Exec( const char *cmd, const char *cmdline, const char *execdir, bool bCreateConsole, bool waitfor ); // some easy portability crap