X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Falign.h;h=fc991020cca26268c7d6e7b4d29b101ffe60b902;hb=3be1e3c98864ad12cab2e53c42db5252193367f5;hp=c5589c43aca6253a42470cb6b42214d5763ac943;hpb=c4f467dac9d45cd7c0fe59654111612eb61332d9;p=babeltrace.git diff --git a/include/babeltrace/align.h b/include/babeltrace/align.h index c5589c43..fc991020 100644 --- a/include/babeltrace/align.h +++ b/include/babeltrace/align.h @@ -15,6 +15,14 @@ * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. */ #include @@ -68,7 +76,7 @@ ({ \ MAYBE_BUILD_BUG_ON((alignment) == 0 \ || ((alignment) & ((alignment) - 1))); \ - (((align_drift) - (alignment)) & ((alignment) - 1); \ + (((align_drift) - (alignment)) & ((alignment) - 1)); \ }) #endif /* _BABELTRACE_ALIGN_H */