Skip to content

Commit

Permalink
remove line break from ofGetVersionInfo() end (#6107)
Browse files Browse the repository at this point in the history
#changelog #core
  • Loading branch information
dimitre authored and arturoc committed Mar 22, 2019
1 parent 9d9f486 commit 4d86cc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/openFrameworks/utils/ofUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,6 @@ string ofGetVersionInfo(){
sstr << "-" << OF_VERSION_PRE_RELEASE;
}

sstr << std::endl;
return sstr.str();
}

Expand Down

0 comments on commit 4d86cc7

Please sign in to comment.