Skip to content

Commit 8cdeaec

Browse files
author
Bulat Shakirzyanov
committed
fix macro name
1 parent 360878e commit 8cdeaec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/util/future.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#ifndef PHP_CASSANDRA_FUTURE_H
2-
#define PHP_CASSANDRA_FUTURE_H
1+
#ifndef PHP_CASSANDRA_UTIL_FUTURE_H
2+
#define PHP_CASSANDRA_UTIL_FUTURE_H
33

44
int php_cassandra_future_wait_timed(CassFuture* future, zval* timeout TSRMLS_DC);
55
int php_cassandra_future_is_error(CassFuture* future TSRMLS_DC);
66

7-
#endif /* PHP_CASSANDRA_FUTURE_H */
7+
#endif /* PHP_CASSANDRA_UTIL_FUTURE_H */

0 commit comments

Comments
 (0)