Skip to content

Commit

Permalink
fix clang warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-stef committed Jan 27, 2014
1 parent c22263c commit 6e4b237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/src/bot/bot_waypoint.cpp
Expand Up @@ -848,7 +848,7 @@ void CWaypointClass::DeleteWaypoint(vec v_src)

if (!pWP)
{
conoutf("Error: Couldn´t find near waypoint");
conoutf("Error: Couldn't find near waypoint");
return;
}

Expand Down
2 changes: 1 addition & 1 deletion source/src/zip.cpp
Expand Up @@ -550,7 +550,7 @@ struct zipstream : stream
bool extractzipfile(ziparchive *a, zipfile *f, const char *name)
{
zipstream *s = new zipstream;
FILE *target;
FILE *target = NULL;
defformatstring(fname)("%s", findfile(name, "wb"));
preparedir(fname);
bool error = false;
Expand Down

0 comments on commit 6e4b237

Please sign in to comment.